Use modern PBR and hacking packages
The 2.0.0 is breaking in that it removes the use of warnerrors in build_sphinux. YAQL isn't using that feature, so it shoudln't break. The cap on pbr is preventing other OpenStack projects that would like to use pbr 2.0.0 (and sphinx 1.5.1) from doing so as it breaks co-installability with yaql Also hacking <0.11 had a similar issue so use a newer version of that also Change-Id: I23e1d7aa715003250131bf5c88a438f278e4d4da Related-Bug: 1668848
This commit is contained in:
parent
2d08340e69
commit
fe128f0672
@ -1,4 +1,4 @@
|
||||
pbr>=0.11,<2.0
|
||||
pbr>=1.8
|
||||
Babel>=1.3
|
||||
python-dateutil>=2.4.2
|
||||
ply
|
||||
|
@ -1,4 +1,4 @@
|
||||
hacking>=0.10.0,<0.11
|
||||
hacking>=0.12.0,!=0.13.0,<0.14
|
||||
|
||||
coverage>=3.6
|
||||
fixtures>=1.3.1
|
||||
|
Loading…
Reference in New Issue
Block a user