6a8f21dedb
As per [1] and [2] setuptools 34.0.0-34.2.0 does not handle re-installs or upgrades properly. This patch reduces the version we use to the last known good version. [1] https://github.com/pypa/setuptools/issues/951 [2] https://review.openstack.org/436948 Change-Id: Ic08f6d0035c4bbaa22412ad5f4176c2fe09cee3b
15 lines
477 B
Plaintext
15 lines
477 B
Plaintext
# This file should only be used to set python package pins that are
|
|
# not present in OpenStack's upper-constraints. Any pins present in
|
|
# this file will override any requirements set in *requirements.txt,
|
|
# upper-constraints and any roles/vars.
|
|
#
|
|
# Use this file with caution!
|
|
#
|
|
###
|
|
### These are pinned to ensure exactly the same behaviour forever! ###
|
|
### These pins are updated through the sources-branch-updater script ###
|
|
###
|
|
pip==9.0.1
|
|
setuptools==33.1.1
|
|
wheel==0.29.0
|