Browse code

Revert "Resolve openSUSE devstack failures"

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

Change-Id: I2705daead3d3b95f6ad82261212f2a1f40a77fb5

Sumit Jamgade authored on 2017/10/13 22:08:27
Showing 1 changed files
... ...
@@ -88,15 +88,6 @@ else
88 88
     export PYTHON=$(which python 2>/dev/null)
89 89
 fi
90 90
 
91
-if is_suse; then
92
-    # now reinstall cryptography from source, in order to rebuilt it against the
93
-    # system libssl rather than the bundled openSSL 1.1, which segfaults when combined
94
-    # with a system provided openSSL 1.0
95
-    # see https://github.com/pyca/cryptography/issues/3804 and followup issues
96
-    sudo pip install cryptography --no-binary :all:
97
-fi
98
-
99
-
100 91
 # Mark end of run
101 92
 # ---------------
102 93