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:
@@ -1,3 +1,4 @@
|
|||||||
|
pbr>=1.8
|
||||||
six
|
six
|
||||||
python-dateutil>=2.0
|
python-dateutil>=2.0
|
||||||
pytz
|
pytz
|
||||||
@@ -7,7 +8,6 @@ python-daemon<2.0 # BUg https://storyboard.openstack.org/#!/story/2000107
|
|||||||
irc>=15.0.1
|
irc>=15.0.1
|
||||||
pyyaml
|
pyyaml
|
||||||
lockfile
|
lockfile
|
||||||
pbr>=1.6
|
|
||||||
Babel>=0.9.6
|
Babel>=0.9.6
|
||||||
launchpadlib
|
launchpadlib
|
||||||
Jinja2
|
Jinja2
|
||||||
|
@@ -1,5 +1,4 @@
|
|||||||
hacking>=0.10.0,<0.11
|
hacking>=0.12.0,!=0.13.0,<0.14
|
||||||
|
|
||||||
coverage>=3.6
|
coverage>=3.6
|
||||||
fixtures>=3.0.0
|
fixtures>=3.0.0
|
||||||
python-subunit
|
python-subunit
|
||||||
|
Reference in New Issue
Block a user