Pin version of setuptools
Latest release of setuptool 8.0 made several versions used in requirements.txt of OpenStack projects invalid. Instances: * SQLAlchemy>=0.8.4,<=0.8.99,>=0.9.7,<=0.9.99 in oslo.db 1.2.0 * python-neutronclient 2.3.9.40.g9ed73c0 in openstackclient Cap '<8.0' is set as a temporary fix until a better solution comes up. Change-Id: I4cfe2e4c86474ec9bf69a3c2007c0277288ea2b6
This commit is contained in:
parent
bfdddebc28
commit
3b782d304e
@ -83,6 +83,6 @@ if [[ -n $PYPI_ALTERNATIVE_URL ]]; then
|
|||||||
configure_pypi_alternative_url
|
configure_pypi_alternative_url
|
||||||
fi
|
fi
|
||||||
|
|
||||||
pip_install -U setuptools
|
pip_install -U "setuptools<8.0"
|
||||||
|
|
||||||
get_versions
|
get_versions
|
||||||
|
Loading…
Reference in New Issue
Block a user