python-CherryPy: depends on python-six

This commit is contained in:
Alessio Sergi 2016-07-14 12:09:43 +02:00
parent 2c6a53fa09
commit 70d5806f7b

View file

@ -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 <miwaxe@gmail.com>"
@ -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}"