aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-w3lib
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-09-29 06:18:20 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-09-29 06:48:13 +0000
commit208a6aad03933db9d4f0510c4afe4792e6c04333 (patch)
treef13df55b123f3d51ac2922704664c33dd2f87474 /testing/py-w3lib
parent8287d57fc20dfae90ffadbb0fd7e3a807ff6b0ee (diff)
downloadaports-208a6aad03933db9d4f0510c4afe4792e6c04333.tar.bz2
aports-208a6aad03933db9d4f0510c4afe4792e6c04333.tar.xz
testing/py-w3lib: fix makedepends
Diffstat (limited to 'testing/py-w3lib')
-rw-r--r--testing/py-w3lib/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-w3lib/APKBUILD b/testing/py-w3lib/APKBUILD
index a82adaa17d..61d030e749 100644
--- a/testing/py-w3lib/APKBUILD
+++ b/testing/py-w3lib/APKBUILD
@@ -10,7 +10,7 @@ arch="noarch"
license="BSD"
depends="python"
depends_dev=""
-makedepends="python-dev"
+makedepends="python-dev py-setuptools"
install=""
subpackages=""
source="http://pypi.python.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"