98a67d5b96
OpenStack is dropping the py2.7 support in ussuri cycle. Make a few cleanups: - Remove python 2.7 stanza from setup.py - Add requires on python >= 3.6 to setup.cfg so that pypi and pip know about the requirement - Remove section from setup.cfg: Wheel is not needed for python 3 only repo - Remove ancient sections from setup.cfg - Update requirements - Update api-ref/source/conf.py for current openstackdocstheme - Don't test for broken po files, this is done in the infra scripts since a long time - Change shebang lines to use python3 Change-Id: If5276a47b8822c5c19d045fbc5c41394f4a9dd2d
9 lines
385 B
Plaintext
9 lines
385 B
Plaintext
# 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.
|
|
sphinx!=1.6.6,!=1.6.7,!=2.1.0,>=1.6.2 # BSD
|
|
sphinxcontrib-apidoc>=0.2.0 # BSD
|
|
openstackdocstheme>=1.20.0 # Apache-2.0
|
|
os-api-ref>=1.4.0 # Apache-2.0
|
|
reno>=2.5.0 # Apache-2.0
|