python-stevedore: fix deps
This commit is contained in:
parent
b0c5a1d22d
commit
4de9c51df5
@ -1,14 +1,14 @@
|
|||||||
# Template file for 'python-stevedore'
|
# Template file for 'python-stevedore'
|
||||||
pkgname=python-stevedore
|
pkgname=python-stevedore
|
||||||
version=1.0.0
|
version=1.0.0
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="stevedore-${version}"
|
wrksrc="stevedore-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools python-pbr python3.4-pbr"
|
||||||
makedepends="python-pbr python3.4-pbr"
|
makedepends="${hostmakedepends}"
|
||||||
depends="python"
|
depends="python-setuptools python-six"
|
||||||
pycompile_module="stevedore"
|
pycompile_module="stevedore"
|
||||||
short_desc="Manage dynamic plugins for Python2 applications"
|
short_desc="Manage dynamic plugins for Python2 applications"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
@ -19,7 +19,7 @@ checksum=4e859756bdba71d7cf4eb1313342cde93cfe36d12fb6b6c35378e9101add229f
|
|||||||
|
|
||||||
python3.4-stevedore_package() {
|
python3.4-stevedore_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3.4"
|
depends="python3.4-setuptools python3.4-six"
|
||||||
pycompile_version="3.4"
|
pycompile_version="3.4"
|
||||||
pycompile_module="stevedore"
|
pycompile_module="stevedore"
|
||||||
short_desc="${short_desc/Python2/Python3.4}"
|
short_desc="${short_desc/Python2/Python3.4}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user