diff options
Diffstat (limited to 'misc/orange3/files/patch-requirements-gui.txt')
-rw-r--r-- | misc/orange3/files/patch-requirements-gui.txt | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/misc/orange3/files/patch-requirements-gui.txt b/misc/orange3/files/patch-requirements-gui.txt deleted file mode 100644 index 8721258d2d4b..000000000000 --- a/misc/orange3/files/patch-requirements-gui.txt +++ /dev/null @@ -1,13 +0,0 @@ -- fails to find PyQt5 with the line as given - ---- requirements-gui.txt.orig 2021-03-13 22:03:33 UTC -+++ requirements-gui.txt -@@ -1,7 +1,7 @@ - orange-canvas-core>=0.1.19,<0.2a - orange-widget-base>=4.12.0 - --PyQt5>=5.12,!=5.15.1 # 5.15.1 skipped because of QTBUG-87057 - affects select columns -+#PyQt5>=5.12,!=5.15.1 # 5.15.1 skipped because of QTBUG-87057 - affects select columns - PyQtWebEngine>=5.12 - AnyQt>=0.0.11 - |