Updated from global requirements

Change-Id: I079d77ea0e59a7abe611b923afadfcefa3d972ae
This commit is contained in:
OpenStack Proposal Bot 2017-03-02 11:56:44 +00:00
parent 96228d8616
commit 8017d7db50
2 changed files with 4 additions and 4 deletions

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
# See: https://bugs.launchpad.net/pbr/+bug/1384919 for why this is here...
pbr>=1.8 # Apache-2.0
pbr>=2.0.0 # Apache-2.0
# Packages needed for using this library.
@ -26,7 +26,7 @@ networkx>=1.10 # BSD
contextlib2>=0.4.0 # PSF License
# Used for backend storage engine loading.
stevedore>=1.17.1 # Apache-2.0
stevedore>=1.20.0 # Apache-2.0
# Backport for concurrent.futures which exists in 3.2+
futures>=3.0;python_version=='2.7' or python_version=='2.6' # BSD
@ -38,7 +38,7 @@ jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
automaton>=0.5.0 # Apache-2.0
# For common utilities
oslo.utils>=3.18.0 # Apache-2.0
oslo.utils>=3.20.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
tenacity>=3.2.1 # Apache-2.0

View File

@ -25,5 +25,5 @@ except ImportError:
pass
setuptools.setup(
setup_requires=['pbr>=1.8'],
setup_requires=['pbr>=2.0.0'],
pbr=True)