mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
Makefile: align pip and setuptools bump
Signed-off-by: Yanis Guenane <yanis@guenane.org>
This commit is contained in:
parent
5ed7db8cc2
commit
ec92abf014
4
Makefile
4
Makefile
@ -124,8 +124,8 @@ virtualenv_ansible:
|
||||
if [ ! -d "$(VENV_BASE)/ansible" ]; then \
|
||||
virtualenv -p python --system-site-packages $(VENV_BASE)/ansible && \
|
||||
$(VENV_BASE)/ansible/bin/pip install $(PIP_OPTIONS) --ignore-installed six packaging appdirs && \
|
||||
$(VENV_BASE)/ansible/bin/pip install $(PIP_OPTIONS) --ignore-installed setuptools==36.0.1 && \
|
||||
$(VENV_BASE)/ansible/bin/pip install $(PIP_OPTIONS) --ignore-installed pip==9.0.1; \
|
||||
$(VENV_BASE)/ansible/bin/pip install $(PIP_OPTIONS) --ignore-installed setuptools==41.0.1 && \
|
||||
$(VENV_BASE)/ansible/bin/pip install $(PIP_OPTIONS) --ignore-installed pip==19.1.1; \
|
||||
fi; \
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user