Updated from global requirements

Change-Id: I376a8b8f2148254b7a3c828644b6e5bfbd910f9f
This commit is contained in:
OpenStack Proposal Bot 2015-09-17 16:42:28 +00:00
parent b644e2b27b
commit 84595a0e9a
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
# adding a new feature to oslo.utils 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
iso8601>=0.1.9

View File

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