| ... | ... |
@@ -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 |
|