diff options
Diffstat (limited to 'community/py-argh/APKBUILD')
-rw-r--r-- | community/py-argh/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-argh/APKBUILD b/community/py-argh/APKBUILD index 8d087f6a61..663e7b02a4 100644 --- a/community/py-argh/APKBUILD +++ b/community/py-argh/APKBUILD @@ -10,7 +10,7 @@ arch="noarch" license="LGPL3+" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" |