Revert "For OpenSUSE Leap, use more recent version of zVMCloudConnector"

Now that requirements patch has merged, we can remove this hack.
This reverts commit 329e83a6e3.

Depends-On: https://review.openstack.org/#/c/641738/
Change-Id: I2b3f6fc95df6e15077d280436ca5ea06715b3c5a
This commit is contained in:
Jean-Philippe Evrard 2019-03-08 08:44:07 +01:00
parent 329e83a6e3
commit 1dbc250a22
1 changed files with 0 additions and 9 deletions

View File

@ -20,15 +20,6 @@ fi
# anymore
sed -i '/python-qpid-proton===0.14.0/d' /upper-constraints.txt
# zVMCloudConnector for queens requires python<=3.5, but Leap has already python3.6
case ${distro} in
opensuse|opensuse-leap|opensuse-tumbleweed|sles)
if [[ "${PYTHON3}" != "no" ]] && [[ "${PROJECT_REF}" == "stable/queens" ]]; then
sed -i 's/zVMCloudConnector===0.3.5/zVMCloudConnector===1.0.0/' /upper-constraints.txt
fi
;;
esac
if [[ "${PYTHON3}" == "no" ]]; then
ignore_wheels=py2
else