Update to a newer hacking library

The older hacking library has a cap on pbr <2.0, with the recent 2.0.0
release of PBR it's causing failures in the pep8 job. hacking isn't
kept in sync via the typical proposal-bot updates. Do it manually to
clear the gate issue.

Please see gate logs for reference:
http://logs.openstack.org/31/406931/1/check/gate-masakari-pep8-ubuntu-xenial/1e8b199/console.html

Related-Bug: #1668848
Change-Id: I5fd77ca87266034c42dae59fd28ede7f6b9dd382
This commit is contained in:
dineshbhor 2017-03-02 15:35:54 +05:30
parent 7415951c46
commit cc44a33f3d
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking<0.11,>=0.10.0
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
coverage>=3.6
psycopg2>=2.5 # LGPL/ZPL