Remove pbr version capping
Avoids dependency mayhem generated by the wrong capping to an ancient pbr version. Most OpenStack packages are requiring a pbr that is much newer. So far I failed to find any breaking changes in pbr for years. Change-Id: I4bb01379b1d6fa5dedd6468c71f3424c9d459a17
This commit is contained in:
parent
af25ae6e07
commit
59d8ce8aea
@ -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>=0.6,!=0.7,<1.0
|
||||
pbr>=0.6,!=0.7
|
||||
|
||||
Babel>=1.3
|
||||
oslo.config>=1.4.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user