Bump pbr cap to <2.0

Hacking's pbr cap of <1.0 is breaking things (see bug for a lot more
detail). Trunk hacking has already moved to the new pbr cap, but it
there is a backwards incompatible change on trunk
(I819d2069f169cabd1fcf333057a80790678e3745) that prevents us from
releasing 0.10.2 from there. So I created a 0.10.x branch and am
changing the pbr requirement here so that we can cut hacking 0.10.2 to
fix the bug.

Change-Id: I77f2b7e661c4de067e39596765d36a4463a2d143
Closes-Bug: #1456376
This commit is contained in:
Joe Gordon 2015-05-18 17:29:02 -07:00
parent adec8869e3
commit bc4b1118e1
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# The order of packages is significant, because pip processes them in the order
# 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.11,<2.0
pep8==1.5.7
pyflakes==0.8.1