aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-funcparserlib
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-funcparserlib')
-rw-r--r--testing/py-funcparserlib/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-funcparserlib/APKBUILD b/testing/py-funcparserlib/APKBUILD
index fea4015336c..ebd2d671c5b 100644
--- a/testing/py-funcparserlib/APKBUILD
+++ b/testing/py-funcparserlib/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="Recursive descent parsing library based on functional combinators"
url="http://code.google.com/p/funcparserlib/"
arch="noarch"
license="MIT"
-depends="python"
+depends="python2"
depends_dev=""
makedepends="python2-dev py-setuptools"
install=""