[PyQt] Missing PyQt_SSL guard for qocspresponse.h

Florian Bruhin me at the-compiler.org
Fri Jul 19 17:39:33 BST 2019


Hi,

sip/QtNetwork/qocspresponse.sip does "#include <qocspresponse.h>" as
%ModuleCode without a "%If (PyQt_SSL)" guard.

However, qocspresponse.h has a "QT_REQUIRE_CONFIG(ssl);" causing the build to
fail if Qt is built without SSL.

(unverified, someone in the #pyqt IRC channel was having issues)

Florian

-- 
https://www.qutebrowser.org | me at the-compiler.org (Mail/XMPP)
   GPG: 916E B0C8 FD55 A072 | https://the-compiler.org/pubkey.asc
         I love long mails! | https://email.is-not-s.ms/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://www.riverbankcomputing.com/pipermail/pyqt/attachments/20190719/6655be8d/attachment.sig>


More information about the PyQt mailing list