diff options
Diffstat (limited to 'testing/py-cherrypy/APKBUILD')
-rw-r--r-- | testing/py-cherrypy/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-cherrypy/APKBUILD b/testing/py-cherrypy/APKBUILD index d123948a0c..99eb05cbef 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="" |