gnu: python-jupyter-console: Fix inputs.
* gnu/packages/python.scm (python-jupyter-console)[propagated-inputs]: Remove python-ipython; replace python-prompt-toolkit with python-prompt-toolkit-1. [native-inputs]: Add python-nose.
This commit is contained in:
parent
4fc112b452
commit
493e5e6daa
|
@ -7279,14 +7279,15 @@ in the data.")
|
||||||
(base32
|
(base32
|
||||||
"1kam1qzgwr7srhm5r6aj90di5sws4bq0jmiw15452ddamb9yspal"))))
|
"1kam1qzgwr7srhm5r6aj90di5sws4bq0jmiw15452ddamb9yspal"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
;; FIXME: it's not clear how to run the tests.
|
;; Tests only run in an TTY.
|
||||||
(arguments `(#:tests? #f))
|
(arguments `(#:tests? #f))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("python-ipykernel" ,python-ipykernel)
|
`(("python-ipykernel" ,python-ipykernel)
|
||||||
("python-ipython" ,python-ipython)
|
|
||||||
("python-jupyter-client" ,python-jupyter-client)
|
("python-jupyter-client" ,python-jupyter-client)
|
||||||
("python-prompt-toolkit" ,python-prompt-toolkit)
|
("python-prompt-toolkit" ,python-prompt-toolkit-1)
|
||||||
("python-pygments" ,python-pygments)))
|
("python-pygments" ,python-pygments)))
|
||||||
|
(native-inputs
|
||||||
|
`(("python-nose" ,python-nose)))
|
||||||
(home-page "https://jupyter.org")
|
(home-page "https://jupyter.org")
|
||||||
(synopsis "Jupyter terminal console")
|
(synopsis "Jupyter terminal console")
|
||||||
(description "This package provides a terminal-based console frontend for
|
(description "This package provides a terminal-based console frontend for
|
||||||
|
|
Loading…
Reference in New Issue