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:
Matthew Treinish 2017-03-01 15:53:01 -05:00
parent a23bbf2e0e
commit b596d06b95
No known key found for this signature in database
GPG Key ID: FD12A0F214C9E177
2 changed files with 2 additions and 3 deletions

View File

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

View File

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