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.

Change-Id: I5d78d4c3487dbe1ba93fcbc104427da1e7dd9ef5
Related-Bug: #1668848
This commit is contained in:
Shu Muto 2017-03-02 18:53:50 +09:00
parent a6c572bfa7
commit c644729332

View File

@ -7,7 +7,7 @@
# be installed in a specific order.
#
# Hacking should appear first in case something else depends on pep8
hacking<0.11,>=0.10.2
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
#
coverage>=4.0 # Apache-2.0
django-nose>=1.4.4 # BSD