mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 08:18:43 -03:30
Back off setuptools version due to allow_hosts option error
This commit is contained in:
4
Makefile
4
Makefile
@@ -137,7 +137,7 @@ virtualenv_ansible:
|
|||||||
fi; \
|
fi; \
|
||||||
if [ ! -d "$(VENV_BASE)/ansible" ]; then \
|
if [ ! -d "$(VENV_BASE)/ansible" ]; then \
|
||||||
virtualenv -p python $(VENV_BASE)/ansible && \
|
virtualenv -p python $(VENV_BASE)/ansible && \
|
||||||
$(VENV_BASE)/ansible/bin/pip install $(PIP_OPTIONS) pip==19.3.1 setuptools==42.0.1 wheel==0.33.6 && \
|
$(VENV_BASE)/ansible/bin/pip install $(PIP_OPTIONS) pip==19.3.1 setuptools==41.6.0 wheel==0.33.6 && \
|
||||||
$(VENV_BASE)/ansible/bin/pip install $(PIP_OPTIONS) flit poetry twine; \ # undeclared setup_requires
|
$(VENV_BASE)/ansible/bin/pip install $(PIP_OPTIONS) flit poetry twine; \ # undeclared setup_requires
|
||||||
fi; \ # TODO: re-enable system site packages
|
fi; \ # TODO: re-enable system site packages
|
||||||
fi
|
fi
|
||||||
@@ -149,7 +149,7 @@ virtualenv_ansible_py3:
|
|||||||
fi; \
|
fi; \
|
||||||
if [ ! -d "$(VENV_BASE)/ansible" ]; then \
|
if [ ! -d "$(VENV_BASE)/ansible" ]; then \
|
||||||
$(PYTHON) -m venv $(VENV_BASE)/ansible && \
|
$(PYTHON) -m venv $(VENV_BASE)/ansible && \
|
||||||
$(VENV_BASE)/ansible/bin/pip install $(PIP_OPTIONS) pip==19.3.1 setuptools==42.0.1 wheel==0.33.6 && \
|
$(VENV_BASE)/ansible/bin/pip install $(PIP_OPTIONS) pip==19.3.1 setuptools==41.6.0 wheel==0.33.6 && \
|
||||||
$(VENV_BASE)/ansible/bin/pip install $(PIP_OPTIONS) flit poetry twine; \ # undeclared setup_requires
|
$(VENV_BASE)/ansible/bin/pip install $(PIP_OPTIONS) flit poetry twine; \ # undeclared setup_requires
|
||||||
fi; \ # TODO: re-enable system site packages
|
fi; \ # TODO: re-enable system site packages
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -45,4 +45,4 @@ twilio
|
|||||||
uWSGI
|
uWSGI
|
||||||
uwsgitop
|
uwsgitop
|
||||||
pip==19.3.1 # see UPGRADE BLOCKERs
|
pip==19.3.1 # see UPGRADE BLOCKERs
|
||||||
setuptools==42.0.1 # see UPGRADE BLOCKERs
|
setuptools==41.6.0 # see UPGRADE BLOCKERs
|
||||||
|
|||||||
@@ -128,5 +128,5 @@ zope.interface==4.7.1 # via twisted
|
|||||||
|
|
||||||
# The following packages are considered to be unsafe in a requirements file:
|
# The following packages are considered to be unsafe in a requirements file:
|
||||||
pip==19.3.1
|
pip==19.3.1
|
||||||
setuptools==42.0.1
|
setuptools==41.6.0
|
||||||
wheel==0.33.6
|
wheel==0.33.6
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ pycurl==7.43.0.1 # higher versions will not install without SSL backend speci
|
|||||||
# AWX usage
|
# AWX usage
|
||||||
psutil==5.4.3 # same as AWX requirement
|
psutil==5.4.3 # same as AWX requirement
|
||||||
pip==19.3.1 # see upgrade blockers
|
pip==19.3.1 # see upgrade blockers
|
||||||
setuptools==42.0.1 # see upgrade blockers
|
setuptools==41.6.0 # see upgrade blockers
|
||||||
# VMware
|
# VMware
|
||||||
pyvmomi==6.7.3
|
pyvmomi==6.7.3
|
||||||
# WinRM
|
# WinRM
|
||||||
|
|||||||
@@ -116,5 +116,5 @@ xmltodict==0.12.0 # via pywinrm
|
|||||||
|
|
||||||
# The following packages are considered to be unsafe in a requirements file:
|
# The following packages are considered to be unsafe in a requirements file:
|
||||||
pip==19.3.1
|
pip==19.3.1
|
||||||
setuptools==42.0.1
|
setuptools==41.6.0
|
||||||
wheel==0.33.6
|
wheel==0.33.6
|
||||||
|
|||||||
Reference in New Issue
Block a user