You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-07-10 12:19:27 -07:00
25 lines
948 B
Diff
25 lines
948 B
Diff
These dependencies are added in the Portfile. However, the py-pyqt5{-webengine} and py-pybojc
|
|
ports do not install an .egg-info file, so it appears that the package isn't present.
|
|
Removing it here from the setup.py file assures that it doesn't end up in the requires.txt
|
|
file and allows spyder to start. This is likely something that should be fixed in these ports,
|
|
but for now just take the pragmatic approach in this -devel port.
|
|
--- setup.py.orig 2021-03-06 18:58:10.000000000 -0500
|
|
+++ setup.py 2021-03-06 19:00:29.000000000 -0500
|
|
@@ -201,7 +201,6 @@
|
|
|
|
|
|
install_requires = [
|
|
- 'applaunchservices>=0.1.7;platform_system=="Darwin"',
|
|
'atomicwrites>=1.2.0',
|
|
'chardet>=2.0.0',
|
|
'cloudpickle>=0.5.0',
|
|
@@ -222,8 +221,6 @@
|
|
'psutil>=5.3',
|
|
'pygments>=2.0',
|
|
'pylint>=1.0',
|
|
- 'pyqt5<5.13',
|
|
- 'pyqtwebengine<5.13',
|
|
'python-language-server[all]>=0.36.2,<1.0.0',
|
|
'pyls-black>=0.4.6',
|
|
'pyls-spyder>=0.3.2',
|