Fixup OpenSSL warning hint

This commit is contained in:
Florian Bruhin 2023-08-17 18:51:45 +02:00
parent 90f2cda25c
commit a4d22e9bd9
1 changed files with 4 additions and 4 deletions

View File

@ -236,10 +236,10 @@ class _BackendProblemChecker:
# Doing this here because it's not relevant with QtWebKit where fatal=True
if machinery.IS_QT6:
text = ("\nHint: If installed via mkvenv.py on a system without "
"OpenSSL 3.x (e.g. Ubuntu 20.04), you can use --pyqt-version 6.4 "
"to get an older Qt still compatible with OpenSSL 1.1 (at the "
"expense of running an older QtWebEngine/Chromium)")
text += ("\nHint: If installed via mkvenv.py on a system without "
"OpenSSL 3.x (e.g. Ubuntu 20.04), you can use --pyqt-version 6.4 "
"to get an older Qt still compatible with OpenSSL 1.1 (at the "
"expense of running an older QtWebEngine/Chromium)")
assert not fatal
log.init.warning(text)