Remove trollius workaround

The workaround for trollius appears to be no longer needed since
openstack has moved away from python 2. This change removes the
logic to handle removing trollius since it's no longer present
in upper-constraints.

Change-Id: Icd832edffec2cea907276480fd8c67e44459ad90
This commit is contained in:
Gage Hugo 2022-04-26 11:41:04 -05:00 committed by Andrii Ostapenko
parent 3eceae492d
commit 8b514187cc
1 changed files with 0 additions and 9 deletions

View File

@ -28,15 +28,6 @@ sed -i '/python-qpid-proton===0.14.0/d' /upper-constraints.txt
# https://review.opendev.org/c/openstack/requirements/+/813693
[[ "${PYTHON3}" != "no" ]] && sed -i '/^futures===/d' /upper-constraints.txt
# Remove trollius 2.1 because of multiple problems:
# - It is not published on pypi anymore (only 2.1.post2 is)
# - Trollius is a py2 only software, and the current requirement from
# u-c doesn't have python version matcher.
# - I have proposed a list of fix which should make things right in u-c:
# https://review.opendev.org/#/c/673415/
# https://review.opendev.org/#/c/673414/
sed -i '/trollius===2.1/d' /upper-constraints.txt
# Ensure M2Crypto doesn't need to be built because it can't be built with
# the default openssl devel distro packages for ubuntu/centos. (This is
# because those libraries are not compatible with M2Crypto (outdated).