raven-rhel8/base/ipython/python3.11-requirements-fix.patch

19 lines
418 B
Diff
Raw Normal View History

2024-02-21 18:01:18 +06:00
--- a/setup.cfg 2024-01-31 16:33:51.000000000 +0600
+++ b/setup.cfg 2024-02-06 22:21:00.267585724 +0600
@@ -31,7 +31,6 @@
install_requires =
colorama; sys_platform == "win32"
decorator
- exceptiongroup; python_version<'3.11'
jedi>=0.16
matplotlib-inline
pexpect>4.3; sys_platform != "win32"
@@ -53,7 +52,6 @@
matplotlib
stack_data
typing_extensions
- exceptiongroup
%(test)s
kernel =
ipykernel