Update to a newer hacking library
The older hacking library has a cap on pbr <2.0, which is causing issues with the recent 2.0.0 release of pbr. Hacking isn't kept in sync via the usual proposal bot updates so update it manually to fix the pep8 gate. Change-Id: I9f9be32dd85ed3149b33f8cb29a57798d9cd42a5 Related-Bug: #1668848
This commit is contained in:
parent
f90b59d0d5
commit
fd760f4e6a
@ -1,7 +1,7 @@
|
||||
# The order of packages is significant, because pip processes them in the order
|
||||
# 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.2
|
||||
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
|
||||
|
||||
coverage>=4.0 # Apache-2.0
|
||||
docutils>=0.11 # OSI-Approved Open Source, Public Domain
|
||||
|
Loading…
Reference in New Issue
Block a user