Fix stable branch py2 job

The hacking version is not available at python2, which breaks
stable/stein py2 job. This commit makes hacking py3 only.

Change-Id: I3864f5eb05321345bfc3b2fa7d08654665a84219
This commit is contained in:
Hongbin Lu 2020-05-25 01:26:47 +00:00
parent 01d03bb71e
commit 3dc2289538

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>=3.0.1,<3.1.0 # Apache-2.0
hacking>=3.0.1,<3.1.0;python_version>='3.5' # Apache-2.0
sphinx>=2.0.0,!=2.1.0 # BSD
openstackdocstheme>=2.0.0 # Apache-2.0