File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed
infrared/common/roles/shade/tasks Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 1818 pip :
1919 name : virtualenv
2020 state : forcereinstall
21- extra_args : --user
2221
2322# required to avoid any conflicts in venv with
2423# different packages versions (especially shade)
3130# do not use shimming for these two special packages
3231- name : shade virtualenv core deps
3332 pip :
34- name : " {{ item }}"
33+ name :
34+ - setuptools==17.0
35+ - pip==9.0.1
3536 virtualenv : " {{ shade_path_venv }}"
36- virtualenv_command : " {{ ansible_env.HOME }}/.local/bin/virtualenv"
37- with_items :
38- - setuptools==17.0
39- - pip==9.0.1
4037
4138- name : shade virtualenv deps
4239 pip :
4845 # see https://projects.engineering.redhat.com/browse/RHOSINFRA-1562
4946 # TODO: unpin shade to avoid other conflicts
5047 virtualenv : " {{ shade_path_venv }}"
51- virtualenv_command : " {{ ansible_env.HOME }}/.local/bin/virtualenv"
You can’t perform that action at this time.
0 commit comments