gnu: python-jupyter-console: Depend on python-prompt-toolkit 3.x.
Fixes <https://issues.guix.gnu.org/55448>. * gnu/packages/python-xyz.scm (python-jupyter-console)[propagated-inputs]: Change 'python-prompt-toolkit-2' to 'python-prompt-toolkit'.
This commit is contained in:
parent
f40c4b4ec9
commit
f0373a0c94
1 changed files with 1 additions and 1 deletions
|
@ -14009,7 +14009,7 @@ (define-public python-jupyter-console
|
|||
"1iqrxhd8hvlyf8cqbc731ssnwm61wrycnbiczy5wsfahd3hlh8i4"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
(list python-ipykernel python-jupyter-client python-prompt-toolkit-2
|
||||
(list python-ipykernel python-jupyter-client python-prompt-toolkit
|
||||
python-pygments))
|
||||
(native-inputs
|
||||
(list python-nose python-pytest))
|
||||
|
|
Loading…
Reference in a new issue