Bumping up pbr version requirement

so as not to conflict with upper constraints.

TrivialFix

Change-Id: I9950c312e4fed226a922811f44a86985562d9e97
This commit is contained in:
eranr
2017-03-02 10:44:47 +02:00
parent 0901ca3f1f
commit e6aec4dda3
2 changed files with 2 additions and 2 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>=1.9
pbr>=2.0
setuptools>=17.1
Babel>=1.3
eventlet>=0.17.4 # MIT

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.
hacking<0.11,>=0.10.0
hacking>=0.11.0,<0.12
coverage>=3.6
nose