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:
Tony Breeds 2017-03-01 16:12:38 +11:00
parent 2d08340e69
commit fe128f0672
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
pbr>=0.11,<2.0
pbr>=1.8
Babel>=1.3
python-dateutil>=2.4.2
ply

View File

@ -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