Updated from global requirements

Change-Id: I89fc28586136abb1767d214889ba9d090dd066c4
This commit is contained in:
OpenStack Proposal Bot 2015-07-15 01:36:52 +00:00
parent b4eed67922
commit e2d35bd10b
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr<2.0,>=0.11
pbr<2.0,>=1.3
stevedore>=1.5.0 # Apache-2.0
netaddr>=0.7.12
@ -14,7 +14,7 @@ iso8601>=0.1.9
six>=1.9.0
oslo.i18n>=1.5.0 # Apache-2.0
oslo.utils>=1.6.0 # Apache-2.0
oslo.utils>=1.9.0 # Apache-2.0
Babel>=1.3
# for the routing notifier

View File

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