Files
MINGW-packages/mingw-w64-python-spyder/spyder-requirements-fix.patch
2023-09-04 19:09:02 +05:30

30 lines
974 B
Diff

--- a/setup.py
+++ b/setup.py
@@ -97,7 +97,7 @@
('share/metainfo',
['scripts/org.spyder_ide.spyder.appdata.xml'])]
elif os.name == 'nt':
- data_files = [('scripts', ['img_src/spyder.ico',
+ data_files = [('share/spyder', ['img_src/spyder.ico',
'img_src/spyder_reset.ico'])]
else:
data_files = []
@@ -210,7 +210,7 @@
'diff-match-patch>=20181111',
'intervaltree>=3.0.2',
'ipython>=7.31.1,<9.0.0,!=8.8.0,!=8.9.0,!=8.10.0,!=8.11.0,!=8.12.0,!=8.12.1',
- 'jedi>=0.17.2,<0.19.0',
+ 'jedi>=0.19.0',
'jellyfish>=0.7',
'jsonschema>=3.2.0',
'keyring>=17.0.0',
@@ -228,7 +228,7 @@
'python-lsp-black>=1.2.0,<3.0.0',
'pyls-spyder>=0.4.0',
'pyqt5<5.16',
- 'pyqtwebengine<5.16',
+ # 'pyqtwebengine<5.16',
'python-lsp-server[all]>=1.7.4,<1.8.0',
'pyxdg>=0.26;platform_system=="Linux"',
'pyzmq>=22.1.0',