From 7b086535355e2bd9bc02a507f1abe8532d0a2439 Mon Sep 17 00:00:00 2001 From: Sumit Jamgade Date: Fri, 13 Oct 2017 15:08:27 +0200 Subject: [PATCH] Revert "Resolve openSUSE devstack failures" This reverts commit d325875508e7d35d6dd62302d852e83815be2278. the issue mentioned in the comment is now resolved. Change-Id: I2705daead3d3b95f6ad82261212f2a1f40a77fb5 (cherry picked from commit 135ebe955e19992e54350e2ed70c5f0517c93b26) --- tools/install_prereqs.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tools/install_prereqs.sh b/tools/install_prereqs.sh index 6189085e9e..da59093581 100755 --- a/tools/install_prereqs.sh +++ b/tools/install_prereqs.sh @@ -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 # ---------------