File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 43
43
# RLM-682 versions past 2.5.2 break things
44
44
echo " python-ldap==2.5.2" >> /opt/rpc-openstack/openstack-ansible/global-requirement-pins.txt
45
45
46
- # FLEEK-125 six module exceptions on 34.1.0 so if we find this in pins, use the one set in mitaka-eol
47
- if grep ' ^setuptools==34.1.0 ' /opt/rpc-openstack/openstack-ansible/global-requirement-pins.txt ; then
48
- sed -i ' s|^setuptools.*|setuptools==33.1.1|g ' /opt/rpc-openstack/openstack- ansible/global-requirement-pins.txt
49
- fi
46
+ # remove six and cryptography modules to avoid hitting a bug in setuptools 34.1.0
47
+ # https://github.com/pypa/setuptools/issues/951
48
+ # this will be reinstalled fresh during the redeploy of ansible
49
+ pip uninstall -y six cryptography
50
50
51
51
# RLM-1375 Skip certain hardening tags during leap
52
52
export SKIP_HARDENING_TAGS=" V-38462,V-38660"
You can’t perform that action at this time.
0 commit comments