diff options
Diffstat (limited to 'community/py-argh')
-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 663e7b02a4..f063bb44f6 100644 --- a/community/py-argh/APKBUILD +++ b/community/py-argh/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A Python argparse wrapper" url="http://github.com/neithere/argh/" arch="noarch" license="LGPL3+" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |