mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-09 08:33:51 +02:00
python-CherryPy: depends on python-Cheroot
This commit is contained in:
parent
973cd4df45
commit
c69425938b
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'python-CherryPy'
|
# Template file for 'python-CherryPy'
|
||||||
pkgname=python-CherryPy
|
pkgname=python-CherryPy
|
||||||
version=10.2.1
|
version=10.2.1
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="CherryPy-${version}"
|
wrksrc="CherryPy-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-six"
|
depends="python-six python-Cheroot"
|
||||||
pycompile_module="cherrypy"
|
pycompile_module="cherrypy"
|
||||||
short_desc="Object-oriented HTTP framework (Python2)"
|
short_desc="Object-oriented HTTP framework (Python2)"
|
||||||
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
maintainer="Andrea Brancaleoni <abc@pompel.me>"
|
||||||
|
@ -22,7 +22,7 @@ post_install() {
|
||||||
|
|
||||||
python3-CherryPy_package() {
|
python3-CherryPy_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3-six"
|
depends="python3-six python3-Cheroot"
|
||||||
pycompile_module="cherrypy"
|
pycompile_module="cherrypy"
|
||||||
replaces="python3.4-CherryPy>=0"
|
replaces="python3.4-CherryPy>=0"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue