aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-humanize/APKBUILD
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2016-10-26 18:18:29 +0200
committerJakub Jirutka <jakub@jirutka.cz>2016-10-26 19:47:14 +0200
commitaf0c01ac63cfe01e0feb2f423efb822c93ba7e03 (patch)
tree00c5cd502d38210c7f3ef1c42d6b6d505236059c /testing/py-humanize/APKBUILD
parent2480e9ea6684ef447270fbbf164c84164b802712 (diff)
[various] rename dependency python-dev to python2-dev
Diffstat (limited to 'testing/py-humanize/APKBUILD')
-rw-r--r--testing/py-humanize/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-humanize/APKBUILD b/testing/py-humanize/APKBUILD
index 5ce5396c6d6..5c5ef745558 100644
--- a/testing/py-humanize/APKBUILD
+++ b/testing/py-humanize/APKBUILD
@@ -9,7 +9,7 @@ url="https://pypi.python.org/pypi/humanize"
arch="noarch"
license="MIT"
depends="python"
-makedepends="python-dev py-setuptools"
+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"