devel/ipython: Correct version requirement for prompt_toolkit
... to be in line with the version available in ports.
This commit is contained in:
parent
54f2692a71
commit
d3f4265aca
2 changed files with 22 additions and 0 deletions
11
devel/ipython/files/patch-ipython.egg-info_requires.txt
Normal file
11
devel/ipython/files/patch-ipython.egg-info_requires.txt
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- ipython.egg-info/requires.txt.orig 2023-02-28 12:13:41 UTC
|
||||
+++ ipython.egg-info/requires.txt
|
||||
@@ -3,7 +3,7 @@ pickleshare
|
||||
jedi>=0.16
|
||||
matplotlib-inline
|
||||
pickleshare
|
||||
-prompt_toolkit!=3.0.37,<3.1.0,>=3.0.30
|
||||
+prompt_toolkit<3.1.0,>=3.0.30
|
||||
pygments>=2.4.0
|
||||
stack_data
|
||||
traitlets>=5
|
11
devel/ipython/files/patch-setup.cfg
Normal file
11
devel/ipython/files/patch-setup.cfg
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- setup.cfg.orig 2023-02-28 12:13:41 UTC
|
||||
+++ setup.cfg
|
||||
@@ -37,7 +37,7 @@ install_requires =
|
||||
matplotlib-inline
|
||||
pexpect>4.3; sys_platform != "win32"
|
||||
pickleshare
|
||||
- prompt_toolkit>=3.0.30,<3.1.0,!=3.0.37
|
||||
+ prompt_toolkit>=3.0.30,<3.1.0
|
||||
pygments>=2.4.0
|
||||
stack_data
|
||||
traitlets>=5
|
Loading…
Reference in a new issue