Revert "Resolve openSUSE devstack failures"

This reverts commit d325875508.
the issue mentioned in the comment is now resolved.

Change-Id: I2705daead3d3b95f6ad82261212f2a1f40a77fb5
(cherry picked from commit 135ebe955e)
This commit is contained in:
Sumit Jamgade 2017-10-13 15:08:27 +02:00 committed by sumitjami
parent 4a85d5d6e0
commit 7b08653535
1 changed files with 0 additions and 9 deletions

View File

@ -88,15 +88,6 @@ else
export PYTHON=$(which python 2>/dev/null)
fi
if is_suse; then
# now reinstall cryptography from source, in order to rebuilt it against the
# system libssl rather than the bundled openSSL 1.1, which segfaults when combined
# with a system provided openSSL 1.0
# see https://github.com/pyca/cryptography/issues/3804 and followup issues
sudo pip install cryptography --no-binary :all:
fi
# Mark end of run
# ---------------