From 01b2664427ee8aef64cf1f30735fa7748ac22516 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sat, 28 May 2016 12:14:20 +0200 Subject: [PATCH] python-Pyro4: python2 flavor depends on selectors34 --- srcpkgs/python-Pyro4/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python-Pyro4/template b/srcpkgs/python-Pyro4/template index 49bf10e9184..6ea9df5cb3b 100644 --- a/srcpkgs/python-Pyro4/template +++ b/srcpkgs/python-Pyro4/template @@ -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 " license="MIT"