From 3b782d304ec2073a6406c37b9e1a76c8aecfc9a3 Mon Sep 17 00:00:00 2001 From: Ruslan Kamaldinov Date: Sat, 13 Dec 2014 23:18:31 +0300 Subject: [PATCH] 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 --- tools/install_pip.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/install_pip.sh b/tools/install_pip.sh index 55ef93e44d..c9119ae410 100755 --- a/tools/install_pip.sh +++ b/tools/install_pip.sh @@ -83,6 +83,6 @@ if [[ -n $PYPI_ALTERNATIVE_URL ]]; then configure_pypi_alternative_url fi -pip_install -U setuptools +pip_install -U "setuptools<8.0" get_versions