diff options
Diffstat (limited to 'testing/py-wcwidth/APKBUILD')
-rw-r--r-- | testing/py-wcwidth/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-wcwidth/APKBUILD b/testing/py-wcwidth/APKBUILD index 96c9aad5fb..0e2f721002 100644 --- a/testing/py-wcwidth/APKBUILD +++ b/testing/py-wcwidth/APKBUILD @@ -9,7 +9,7 @@ url="https://pypi.python.org/pypi/wcwidth" 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" |