From ee9ede434f07e220655e03a84da4aec7ba32975d Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 11 Jul 2019 23:51:51 +0200 Subject: Deps: qt5 update requires rebuilds/updates of other packages --- deps/PyQt5/patches/pyqt5-python2-crash.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 deps/PyQt5/patches/pyqt5-python2-crash.patch (limited to 'deps/PyQt5/patches/pyqt5-python2-crash.patch') diff --git a/deps/PyQt5/patches/pyqt5-python2-crash.patch b/deps/PyQt5/patches/pyqt5-python2-crash.patch new file mode 100644 index 0000000..14462f7 --- /dev/null +++ b/deps/PyQt5/patches/pyqt5-python2-crash.patch @@ -0,0 +1,13 @@ +diff -ur PyQt5_gpl-5.12.3/qpy/QtCore/qpycore_post_init.cpp.in PyQt5_gpl-5.12.3b/qpy/QtCore/qpycore_post_init.cpp.in +--- PyQt5_gpl-5.12.3/qpy/QtCore/qpycore_post_init.cpp.in 2019-06-25 14:41:02.000000000 +0200 ++++ PyQt5_gpl-5.12.3b/qpy/QtCore/qpycore_post_init.cpp.in 2019-07-01 17:06:34.882644535 +0200 +@@ -151,8 +151,4 @@ + // initialised first (at least for Windows) and this is the only way to + // guarantee things are done in the right order. + PyQtSlotProxy::mutex = new QMutex(QMutex::Recursive); +- +- // Load the embedded qt.conf file if there is a bundled copy of Qt. +- if (!qpycore_qt_conf()) +- Py_FatalError("PyQt5.QtCore: Unable to embed qt.conf"); + } + -- cgit v1.2.3