7720597343
OpenStack is dropping the py2.7 support in ussuri cycle. openstack ansible also drops python 2.7 support and cleanup tox and requirements for python2. Complete discussion & schedule can be found in - http://lists.openstack.org/pipermail/openstack-discuss/2019-October/010142.html - https://etherpad.openstack.org/p/drop-python2-support Ussuri Communtiy-wide goal: https://governance.openstack.org/tc/goals/selected/ussuri/drop-py27.html Change-Id: I909ef41d8a8d857c56ed93a142d2ff951a9bf1ba
12 lines
445 B
Plaintext
12 lines
445 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.
|
|
|
|
# this is required for the docs build jobs
|
|
sphinx>=1.8.0,!=2.1.0 # BSD
|
|
sphinxcontrib-svg2pdfconverter>=0.1.0 # BSD
|
|
openstackdocstheme>=1.29.2 # Apache-2.0
|
|
reno>=2.11.3 # Apache-2.0
|
|
doc8>=0.8.0 # Apache-2.0
|
|
bashate>=0.6.0 # Apache-2.0
|