diff options
Diffstat (limited to 'community/py-pathtools/APKBUILD')
-rw-r--r-- | community/py-pathtools/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-pathtools/APKBUILD b/community/py-pathtools/APKBUILD index 527a7cf398..bb3638eddd 100644 --- a/community/py-pathtools/APKBUILD +++ b/community/py-pathtools/APKBUILD @@ -9,7 +9,7 @@ url="https://github.com/gorakhargosh/pathtools" arch="noarch" license="MIT" depends="" -makedepends="py-setuptools python-dev" +makedepends="py-setuptools python2-dev" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" |