opnsense-ports/devel/py-spyder-kernels/files/patch-setup.py
Franco Fichtner 682a77b318 */*: sync with upstream
Taken from: FreeBSD
2023-12-13 09:08:38 +01:00

19 lines
861 B
Python

--- setup.py.orig 2023-11-06 14:56:06 UTC
+++ setup.py
@@ -41,13 +41,13 @@ REQUIREMENTS = [
'cloudpickle',
'ipykernel>=4.5,<5; python_version<"3"',
'ipykernel>=6.16.1,<6.17; python_version<"3.8"',
- 'ipykernel>=6.23.2,<7; python_version>="3.8"',
+ 'ipykernel>=6.23.2; python_version>="3.8"',
'ipython<6; python_version<"3"',
'ipython>=7.31.1,<8; python_version<"3.8"',
'ipython>=8.12.2,<8.13; python_version=="3.8"',
- 'ipython>=8.13.0,<9,!=8.17.1; python_version>"3.8"',
+ 'ipython>=8.13.0,!=8.17.1; python_version>"3.8"',
'jupyter-client>=5.3.4,<6; python_version<"3"',
- 'jupyter-client>=7.4.9,<9; python_version>="3"',
+ 'jupyter-client>=7.4.9; python_version>="3"',
'pyzmq>=17,<20; python_version<"3"',
'pyzmq>=22.1.0; python_version>="3"',
'wurlitzer>=1.0.3;platform_system!="Windows"',