From 4de9c51df5e1c725e2fab41c9f838a6907bff2e9 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 5 Oct 2014 12:57:02 +0200 Subject: [PATCH] python-stevedore: fix deps --- srcpkgs/python-stevedore/template | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/srcpkgs/python-stevedore/template b/srcpkgs/python-stevedore/template index c98b7ef54e8..cabc618f26e 100644 --- a/srcpkgs/python-stevedore/template +++ b/srcpkgs/python-stevedore/template @@ -1,25 +1,25 @@ # Template file for 'python-stevedore' pkgname=python-stevedore version=1.0.0 -revision=1 +revision=2 noarch=yes wrksrc="stevedore-${version}" build_style=python-module python_versions="2.7 3.4" -hostmakedepends="python-setuptools python3.4-setuptools" -makedepends="python-pbr python3.4-pbr" -depends="python" +hostmakedepends="python-setuptools python3.4-setuptools python-pbr python3.4-pbr" +makedepends="${hostmakedepends}" +depends="python-setuptools python-six" pycompile_module="stevedore" short_desc="Manage dynamic plugins for Python2 applications" maintainer="Alessio Sergi " -homepage="https://git.openstack.org/cgit/openstack/stevedore" +homepage="https://git.openstack.org/cgit/openstack/stevedore" license="Apache-2.0" distfiles="${PYPI_SITE}/s/stevedore/stevedore-${version}.tar.gz" checksum=4e859756bdba71d7cf4eb1313342cde93cfe36d12fb6b6c35378e9101add229f python3.4-stevedore_package() { noarch=yes - depends="python3.4" + depends="python3.4-setuptools python3.4-six" pycompile_version="3.4" pycompile_module="stevedore" short_desc="${short_desc/Python2/Python3.4}"