Use modern PBR and hacking packages
The pbr release 2.0.0 is breaking in that it removes the use of warnerrors in build_sphinux. Hacking <0.11 had a similar issue so use a newer version of that. Change-Id: I4b27f38b2962dc70e078b8dbfd23d9df4dc415c3
This commit is contained in:
parent
a23bbf2e0e
commit
b596d06b95
@ -1,3 +1,4 @@
|
||||
pbr>=1.8
|
||||
six
|
||||
python-dateutil>=2.0
|
||||
pytz
|
||||
@ -7,7 +8,6 @@ python-daemon<2.0 # BUg https://storyboard.openstack.org/#!/story/2000107
|
||||
irc>=15.0.1
|
||||
pyyaml
|
||||
lockfile
|
||||
pbr>=1.6
|
||||
Babel>=0.9.6
|
||||
launchpadlib
|
||||
Jinja2
|
||||
|
@ -1,5 +1,4 @@
|
||||
hacking>=0.10.0,<0.11
|
||||
|
||||
hacking>=0.12.0,!=0.13.0,<0.14
|
||||
coverage>=3.6
|
||||
fixtures>=3.0.0
|
||||
python-subunit
|
||||
|
Loading…
x
Reference in New Issue
Block a user