summaryrefslogtreecommitdiff
path: root/debian/patches/Remove-pyqt5-from-install-requires.patch
blob: bd4802198d18ffc9e73fbfb4b7ae9b1e114457bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Ghislain Antony Vaillant <ghisvail@gmail.com>
Date: Sun, 4 Mar 2018 16:48:14 +0000
Subject: Remove pyqt5 from install requires

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/setup.py
+++ b/setup.py
@@ -238,10 +238,10 @@
     'keyring;sys_platform!="linux2"',
     # Packages for pyqt5 are only available in
     # Python 3
-    'pyqt5<5.13;python_version>="3"',
+    #'pyqt5<5.13;python_version>="3"',
     # pyqt5 5.12 split WebEngine into the
     # pyqtwebengine module
-    'pyqtwebengine<5.13;python_version>="3"'
+    #'pyqtwebengine<5.13;python_version>="3"'
 ]
 
 extras_require = {