diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-24 14:20:57 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2014-10-24 14:20:57 +0000 |
commit | ea17ebd4f8d2720174109409f1692ac83d5b011f (patch) | |
tree | 4c7435ee46ee35884cd08abc96c3c467169bf0a6 /testing/py-qrcode/APKBUILD | |
parent | ae88b04ac1495b4e94ed37a405ae47a8e1294f82 (diff) | |
download | aports-ea17ebd4f8d2720174109409f1692ac83d5b011f.tar.bz2 aports-ea17ebd4f8d2720174109409f1692ac83d5b011f.tar.xz |
testing/py-qrcode: fix build
needs py-setuptools
Diffstat (limited to 'testing/py-qrcode/APKBUILD')
-rw-r--r-- | testing/py-qrcode/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-qrcode/APKBUILD b/testing/py-qrcode/APKBUILD index af9174c8a..3774c963d 100644 --- a/testing/py-qrcode/APKBUILD +++ b/testing/py-qrcode/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="BSD" depends="python py-pillow" 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" |