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:
Sorin Sbarnea 2018-05-31 15:35:51 +01:00
parent af25ae6e07
commit 59d8ce8aea
No known key found for this signature in database
GPG Key ID: B85725D917D27B8A
1 changed files with 1 additions and 1 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>=0.6,!=0.7,<1.0
pbr>=0.6,!=0.7
Babel>=1.3
oslo.config>=1.4.0