702da9c50d
OpenStack is dropping support for py2.7 in the ussuri cycle. python-dracclient supports python 3 and is ready to drop 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://review.opendev.org/691178 Change-Id: I7171e749707430c2c21c81976174e1278679c9c1
7 lines
303 B
Plaintext
7 lines
303 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;python_version>='3.4' # BSD
|
|
openstackdocstheme # Apache-2.0
|