python-stevedore: update to 1.1.0
This commit is contained in:
parent
1148a72de0
commit
1d726527a0
1 changed files with 11 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-stevedore'
|
# Template file for 'python-stevedore'
|
||||||
pkgname=python-stevedore
|
pkgname=python-stevedore
|
||||||
version=1.0.0
|
version=1.1.0
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="stevedore-${version}"
|
wrksrc="stevedore-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
|
@ -15,7 +15,15 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://git.openstack.org/cgit/openstack/stevedore"
|
homepage="https://git.openstack.org/cgit/openstack/stevedore"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
distfiles="${PYPI_SITE}/s/stevedore/stevedore-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/stevedore/stevedore-${version}.tar.gz"
|
||||||
checksum=4e859756bdba71d7cf4eb1313342cde93cfe36d12fb6b6c35378e9101add229f
|
checksum=f98381d12a6bfff718328d14d0d26cae6c83e39feb787e7b38acfe1089c3f1d3
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
# remove dependency on argparse; it's in python>=2.7,>=3.2 stdlib
|
||||||
|
sed -i '/argparse/d' requirements.txt
|
||||||
|
|
||||||
|
# remove dependency on pbr; it's not a runtime dependency
|
||||||
|
sed -i '/pbr/d' requirements.txt
|
||||||
|
}
|
||||||
|
|
||||||
python3.4-stevedore_package() {
|
python3.4-stevedore_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue