mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
python-Pyro4: setuptools is required by bin scripts
This commit is contained in:
parent
3c27fdca67
commit
56702fc267
1 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'python-Pyro4'
|
# Template file for 'python-Pyro4'
|
||||||
pkgname=python-Pyro4
|
pkgname=python-Pyro4
|
||||||
version=4.38
|
version=4.38
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc="${pkgname#*-}-${version}"
|
wrksrc="${pkgname#*-}-${version}"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
pycompile_module="Pyro4"
|
pycompile_module="Pyro4"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
depends="python-serpent"
|
depends="python-setuptools python-serpent"
|
||||||
short_desc="Distributed Object Middleware (IPC/RPC) for Python2"
|
short_desc="Distributed Object Middleware (IPC/RPC) for Python2"
|
||||||
maintainer="pulux <pulux@pf4sh.de>"
|
maintainer="pulux <pulux@pf4sh.de>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
@ -42,7 +42,7 @@ do_install() {
|
||||||
|
|
||||||
python3.4-Pyro4_package() {
|
python3.4-Pyro4_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3.4-serpent"
|
depends="python-setuptools python3.4-serpent"
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
pycompile_module="Pyro4"
|
pycompile_module="Pyro4"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
|
Loading…
Add table
Reference in a new issue