aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-cherrypy/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-cherrypy/APKBUILD')
-rw-r--r--testing/py-cherrypy/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-cherrypy/APKBUILD b/testing/py-cherrypy/APKBUILD
index d123948a0c3..99eb05cbef5 100644
--- a/testing/py-cherrypy/APKBUILD
+++ b/testing/py-cherrypy/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="A pythonic, object-oriented web development framework"
url="http://www.cherrypy.org"
arch="noarch"
license="BSD"
-depends="python"
+depends="python2"
depends_dev="python2-dev"
makedepends="$depends_dev"
install=""