diff options
Diffstat (limited to 'testing/py-humanize/APKBUILD')
-rw-r--r-- | testing/py-humanize/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-humanize/APKBUILD b/testing/py-humanize/APKBUILD index 5c5ef74555..1b95a58443 100644 --- a/testing/py-humanize/APKBUILD +++ b/testing/py-humanize/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Python humanize functions" url="https://pypi.python.org/pypi/humanize" arch="noarch" license="MIT" -depends="python" +depends="python2" makedepends="python2-dev py-setuptools" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" |