Merge "Remove python-qpid-proton 0.14.0 build"

This commit is contained in:
Zuul 2019-02-15 16:17:49 +00:00 committed by Gerrit Code Review
commit 6082b0b70b
1 changed files with 4 additions and 0 deletions

View File

@ -16,6 +16,10 @@ if (( $(openssl version | awk -F'[ .]' '{print $3}') >= 1 )); then
sed -i '/python-qpid-proton/d' /upper-constraints.txt
fi
# Remove python-qpid-proton 0.14.0 as this old version cannot be built in CI
# anymore
sed -i '/python-qpid-proton===0.14.0/d' /upper-constraints.txt
if [[ "${PYTHON3}" == "no" ]]; then
ignore_wheels=py2
else