Fixup OpenSSL warning hint
This commit is contained in:
parent
90f2cda25c
commit
a4d22e9bd9
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue