summaryrefslogtreecommitdiff
path: root/devel/py-spyder/files/patch-setup.py
blob: 9b345df23cc40c5b1dc069b882a0b9ea94c5d9d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2018-03-13 19:57:09 UTC
+++ setup.py
@@ -291,7 +291,7 @@ install_requires = [
     'numpydoc',
     # Packages for pyqt5 are only available in
     # Python 3
-    'pyqt5<5.10;python_version>="3"',
+    #'pyqt5<5.10;python_version>="3"',
     # This is only needed for our wheels on Linux.
     # See issue #3332
     'pyopengl;platform_system=="Linux"'