Update hacking for Python3

The repo is Python 3 now, so update hacking to version 3.0 which
supports Python 3.

Change-Id: Idabf1e8f412c0c3e832ff563e66adc521986b8ae
This commit is contained in:
Andreas Jaeger 2020-03-30 21:40:51 +02:00
parent 27439b7dd1
commit 3dfd9edbb4
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
pbr>=2.0 # Apache-2.0
# Hacking already pins down pep8, pyflakes and flake8
hacking>=2.0.0,<2.1.0 # Apache-2.0
hacking>=3.0,<3.1.0 # Apache-2.0
beautifulsoup4 # MIT
Jinja2>=2.8 # BSD License (3 clause)