diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2020-08-28 18:58:10 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-09-12 11:54:28 +0200 |
commit | 0b4253e58c5e692f224deeef15b7cd8f5c0ed603 (patch) | |
tree | ec834ac0d811fe0e920e38af79fbcd9f87165d47 /dev-python/pyqtgraph | |
parent | dev-python/pypiserver: remove unused patch(es) (diff) | |
download | gentoo-0b4253e58c5e692f224deeef15b7cd8f5c0ed603.tar.gz gentoo-0b4253e58c5e692f224deeef15b7cd8f5c0ed603.tar.bz2 gentoo-0b4253e58c5e692f224deeef15b7cd8f5c0ed603.zip |
dev-python/pyqtgraph: remove unused patch
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/pyqtgraph')
-rw-r--r-- | dev-python/pyqtgraph/files/pyqtgraph-0.10.0-qt5.patch | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/dev-python/pyqtgraph/files/pyqtgraph-0.10.0-qt5.patch b/dev-python/pyqtgraph/files/pyqtgraph-0.10.0-qt5.patch deleted file mode 100644 index b74df26df5d3..000000000000 --- a/dev-python/pyqtgraph/files/pyqtgraph-0.10.0-qt5.patch +++ /dev/null @@ -1,10 +0,0 @@ -diff -r -U2 pyqtgraph-0.10.0.orig/pyqtgraph/Qt.py pyqtgraph-0.10.0/pyqtgraph/Qt.py ---- pyqtgraph-0.10.0.orig/pyqtgraph/Qt.py 2016-10-17 23:22:41.000000000 +0700 -+++ pyqtgraph-0.10.0/pyqtgraph/Qt.py 2018-01-23 22:52:19.503525554 +0700 -@@ -25,5 +25,5 @@ - ## is already imported. If not, then attempt to import PyQt4, then PySide. - if QT_LIB is None: -- libOrder = [PYQT4, PYSIDE, PYQT5] -+ libOrder = [PYQT5] - - for lib in libOrder: |