summaryrefslogtreecommitdiffstats
path: root/deps/PyQt5/patches/pyqt5-python2-crash.patch
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-03-20 10:44:13 +0100
committer Eric Hameleers <alien@slackware.com>2020-03-20 10:44:13 +0100
commit0e6b923de220dc8d2068abe1e9ecd3ec779492e6 (patch)
treef0a08f000637c774006d816c081e25292fa2f033 /deps/PyQt5/patches/pyqt5-python2-crash.patch
parentb6c63b0bfc29888db5c827b351b96998f717f54c (diff)
downloadktown-0e6b923de220dc8d2068abe1e9ecd3ec779492e6.tar.gz
ktown-0e6b923de220dc8d2068abe1e9ecd3ec779492e6.tar.xz
Deps: removed packages that were added to Slackware distro today
Moved to Slackware: PyQt, PyQt5, QScintilla, gpgme, sip.
Diffstat (limited to 'deps/PyQt5/patches/pyqt5-python2-crash.patch')
-rw-r--r--deps/PyQt5/patches/pyqt5-python2-crash.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/deps/PyQt5/patches/pyqt5-python2-crash.patch b/deps/PyQt5/patches/pyqt5-python2-crash.patch
deleted file mode 100644
index 14462f7..0000000
--- a/deps/PyQt5/patches/pyqt5-python2-crash.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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");
- }
-