python-Pyro4: python2 flavor depends on selectors34

This commit is contained in:
Alessio Sergi 2016-05-28 12:14:20 +02:00
parent 186550e84c
commit 01b2664427

View file

@ -1,14 +1,14 @@
# Template file for 'python-Pyro4'
pkgname=python-Pyro4
version=4.45
revision=1
revision=2
wrksrc="${pkgname#*-}-${version}"
noarch=yes
build_style=python-module
python_versions="2.7 3.4"
pycompile_module="Pyro4"
hostmakedepends="python-setuptools python3.4-setuptools"
depends="python-setuptools python-serpent"
depends="python-setuptools python-serpent python-selectors34"
short_desc="Distributed Object Middleware (IPC/RPC) for Python2"
maintainer="pulux <pulux@pf4sh.de>"
license="MIT"