diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2019-02-06 15:10:44 +0100 |
---|---|---|
committer | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2019-02-06 15:13:24 +0100 |
commit | 90bbfe58dd0945b1c9dda9e962e0761fdffc68cc (patch) | |
tree | 8947eb7d268ce095cd256f946778424234d33215 /package/python-pyqt/0004-sip-QtGuit-hide-qfont-cachestatistics.patch | |
parent | fcd9c85475b65c6e8f22d5f9b4ac7c7ecb93dc6a (diff) | |
download | buildroot-90bbfe58dd0945b1c9dda9e962e0761fdffc68cc.tar.gz buildroot-90bbfe58dd0945b1c9dda9e962e0761fdffc68cc.zip |
package/python-pyqt: remove package
The python-pyqt package uses the obsolete qt4 package, which we are about to
remove, so remove python-pyqt as well.
CC: Gwenhael Goavec-Merou <gwenhael.goavec-merou@trabucayre.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Diffstat (limited to 'package/python-pyqt/0004-sip-QtGuit-hide-qfont-cachestatistics.patch')
-rw-r--r-- | package/python-pyqt/0004-sip-QtGuit-hide-qfont-cachestatistics.patch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/package/python-pyqt/0004-sip-QtGuit-hide-qfont-cachestatistics.patch b/package/python-pyqt/0004-sip-QtGuit-hide-qfont-cachestatistics.patch deleted file mode 100644 index c07bea777f..0000000000 --- a/package/python-pyqt/0004-sip-QtGuit-hide-qfont-cachestatistics.patch +++ /dev/null @@ -1,18 +0,0 @@ -Hide QFont::cacheStatistics which isn't available in QWS - -Signed-off-by: Sergey Kostanbaev <sergey.kostanbaev@gmail.com> ---- - -diff -ur PyQt-x11-gpl-4.9.6/sip/QtGui/qfont.sip pyqt-4.9.6/sip/QtGui/qfont.sip ---- PyQt-x11-gpl-4.9.6/sip/QtGui/qfont.sip 2012-12-08 13:51:38.000000000 +0400 -+++ pyqt-4.9.6/sip/QtGui/qfont.sip 2013-05-22 14:06:38.335000022 +0400 -@@ -185,7 +185,9 @@ - %End - static void initialize(); - static void cleanup(); -+%If (!WS_QWS) - static void cacheStatistics(); -+%End - QString defaultFamily() const; - QString lastResortFamily() const; - QString lastResortFont() const; |