fa4dc78c7e
OpenStack is dropping the py2.7 support in ussuri cycle. Zun project is ready with python 3 and ok to drop the python 2.7 support. 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 Depends-On: https://review.opendev.org/#/c/693631/ Co-Authored-By: Hongbin Lu <hongbin034@gmail.com> Change-Id: Ide32340821d015f6e02f33d2bdbf1ca238b3f68f
10 lines
451 B
Plaintext
10 lines
451 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.6.6,!=1.6.7,!=2.1.0,>=1.6.2;python_version>='3.4' # BSD
|
|
sphinxcontrib-apidoc>=0.2.0 # BSD
|
|
openstackdocstheme>=1.11.0 # Apache-2.0
|
|
reno>=1.8.0 # Apache-2.0
|
|
os-api-ref>=1.0.0 # Apache-2.0
|