X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fpython-tools-install.sh;h=9fda0be4f68e2c84dfd6552129fccff26eebe41b;hb=c3128e6979246c6dadb83be4a14b5179b5d53721;hp=7f84d201bc10b029c3ac0d80aafd9f540ff7c891;hpb=56a2ee342864f43a3917bee5f4d619068e685d8a;p=releng%2Fglobal-jjb.git diff --git a/shell/python-tools-install.sh b/shell/python-tools-install.sh index 7f84d201..9fda0be4 100644 --- a/shell/python-tools-install.sh +++ b/shell/python-tools-install.sh @@ -18,9 +18,11 @@ REQUIREMENTS_FILE=$(mktemp /tmp/requirements-XXXX.txt) # git+https://github.com/lfit/releng-lftools.git#egg=lftools[openstack] cat << EOF > "$REQUIREMENTS_FILE" -lftools[openstack]~=0.19.0 +lftools[openstack]~=0.20.0 python-heatclient~=1.16.1 python-openstackclient~=3.16.0 +dogpile.cache~=0.6.8 # Version 0.7.[01] seems to break openstackclient +niet~=1.4.2 # Extract values from yaml EOF echo "Requirements file"