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:
Ludovic Courtès 2022-05-16 14:47:56 +02:00
parent f40c4b4ec9
commit f0373a0c94
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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))