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

---
 setup.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/setup.py b/setup.py
index c0948d1..63393c7 100644
--- a/setup.py
+++ b/setup.py
@@ -238,10 +238,10 @@ install_requires = [
     '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 = {