Update setuptools to 36.2.0
Due to [1] the downgrade of setuptools is not possible, so this patch is updating setuptools to the current version as a stop-gap until a fix is released. [1] https://github.com/pypa/setuptools/issues/1086 Change-Id: I9f529082fd646e58a6365ec7994f2c87fc9dfb8e
This commit is contained in:
parent
c1686b23b5
commit
d4ae08646d
@ -10,5 +10,5 @@
|
||||
### These pins are updated through the sources-branch-updater script ###
|
||||
###
|
||||
pip==9.0.1
|
||||
setuptools==33.1.1
|
||||
setuptools==36.2.0
|
||||
wheel==0.29.0
|
||||
|
@ -19,7 +19,7 @@ pip_install_package_state: "{{ package_state }}"
|
||||
# These pins are updated through the sources-branch-updater script
|
||||
pip_packages:
|
||||
- pip==9.0.1
|
||||
- setuptools==33.1.1
|
||||
- setuptools==36.2.0
|
||||
- wheel==0.29.0
|
||||
|
||||
pip_links:
|
||||
|
@ -20,7 +20,7 @@ LINE='----------------------------------------------------------------------'
|
||||
MAX_RETRIES=${MAX_RETRIES:-5}
|
||||
ANSIBLE_PARAMETERS=${ANSIBLE_PARAMETERS:--e gather_facts=False}
|
||||
STARTTIME="${STARTTIME:-$(date +%s)}"
|
||||
PIP_INSTALL_OPTIONS=${PIP_INSTALL_OPTIONS:-'pip==9.0.1 setuptools==33.1.1 wheel==0.29.0 '}
|
||||
PIP_INSTALL_OPTIONS=${PIP_INSTALL_OPTIONS:-'pip==9.0.1 setuptools==36.2.0 wheel==0.29.0 '}
|
||||
COMMAND_LOGS=${COMMAND_LOGS:-"/openstack/log/ansible_cmd_logs"}
|
||||
|
||||
# The default SSHD configuration has MaxSessions = 10. If a deployer changes
|
||||
|
Loading…
Reference in New Issue
Block a user