diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-05-24 09:43:42 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-05-24 09:43:42 +0000 |
commit | 1a01b3e741cfb6ded12e8ee32521fb080a1f3180 (patch) | |
tree | c8f3f452dd57e31e2410234bdba761fabf63a6a5 /testing/py-logilab-common | |
parent | 5c1024aad395047480fdb39342f28b5a6923d337 (diff) | |
download | aports-1a01b3e741cfb6ded12e8ee32521fb080a1f3180.tar.bz2 aports-1a01b3e741cfb6ded12e8ee32521fb080a1f3180.tar.xz |
testing/py-logilab-common: fix build
Diffstat (limited to 'testing/py-logilab-common')
-rw-r--r-- | testing/py-logilab-common/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-logilab-common/APKBUILD b/testing/py-logilab-common/APKBUILD index 910c6e2ea0..0c34163cdf 100644 --- a/testing/py-logilab-common/APKBUILD +++ b/testing/py-logilab-common/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="LGPL2+" 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" |