summaryrefslogtreecommitdiffstats
path: root/community/py-argh/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/py-argh/APKBUILD')
-rw-r--r--community/py-argh/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-argh/APKBUILD b/community/py-argh/APKBUILD
index 663e7b02a47..f063bb44f65 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=""