diff --git a/srcpkgs/python-CherryPy/template b/srcpkgs/python-CherryPy/template index 907a33eb506..b34bd0b7677 100644 --- a/srcpkgs/python-CherryPy/template +++ b/srcpkgs/python-CherryPy/template @@ -1,13 +1,13 @@ # Template file for 'python-CherryPy' pkgname=python-CherryPy version=6.0.2 -revision=1 +revision=2 noarch=yes wrksrc="CherryPy-${version}" build_style=python-module python_versions="2.7 3.4" hostmakedepends="python-setuptools python3.4-setuptools" -depends="python" +depends="python-six" pycompile_module="cherrypy" short_desc="Object-oriented HTTP framework (Python2)" maintainer="Andrea Brancaleoni " @@ -23,7 +23,7 @@ post_install() { python3.4-CherryPy_package() { noarch=yes - depends="python3.4" + depends="python3.4-six" pycompile_version="3.4" pycompile_module="cherrypy" short_desc="${short_desc/Python2/Python3.4}"