python-stevedore: update to 1.11.0
This commit is contained in:
parent
a5b344a5cd
commit
7510705f90
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python-stevedore'
|
||||
pkgname=python-stevedore
|
||||
version=1.10.0
|
||||
version=1.11.0
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="stevedore-${version}"
|
||||
|
@ -14,12 +14,9 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
homepage="https://git.openstack.org/cgit/openstack/stevedore"
|
||||
license="Apache-2.0"
|
||||
distfiles="${PYPI_SITE}/s/stevedore/stevedore-${version}.tar.gz"
|
||||
checksum=f5d689ef38e0ca532d57a03d1ab95e89b17c57f97b58d10c92da94699973779f
|
||||
checksum=90616a9f437b54e1bca831630faf97040a608d66685c821615ef79f72eb79c6d
|
||||
|
||||
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
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue