Updated from global requirements

Change-Id: I2e3f93d17765f6fdc1b124adfc31ec4d58914e6b
This commit is contained in:
OpenStack Proposal Bot 2015-09-17 12:16:12 +00:00
parent 03f34312d4
commit f49cc0289b
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
# adding a new feature to oslo.serialization means adding a new dependency,
# that is a likely indicator that the feature belongs somewhere else.
pbr<2.0,>=1.6
pbr>=1.6
Babel>=1.3
six>=1.9.0
msgpack-python>=0.4.0

View File

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