mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: python-widgetsnbextension: Remove unnecessary inputs.
* gnu/packages/python-xyz.scm (python-widgetsnbextension)[propagated-inputs]: Remove python-argon2-cffi, python-ipykernel, and python-terminado. [native-inputs]: Remove python-certifi and python-nose.
This commit is contained in:
parent
4cb6120584
commit
7c4f9c17de
1 changed files with 1 additions and 7 deletions
|
@ -10535,13 +10535,7 @@ (define-public python-widgetsnbextension
|
|||
"1ismyaxbv9d56yqqqb8xl58hg0iq0bbyy014a53y1g3hfbc8g7q7"))))
|
||||
(build-system python-build-system)
|
||||
(propagated-inputs
|
||||
`(("python-argon2-cffi" ,python-argon2-cffi)
|
||||
("python-ipykernel" ,python-ipykernel)
|
||||
("python-notebook" ,python-notebook)
|
||||
("python-terminado" ,python-terminado)))
|
||||
(native-inputs
|
||||
`(("python-certifi" ,python-certifi)
|
||||
("python-nose" ,python-nose)))
|
||||
`(("python-notebook" ,python-notebook)))
|
||||
(home-page "https://ipython.org")
|
||||
(synopsis "IPython HTML widgets for Jupyter")
|
||||
(description "This package provides interactive HTML widgets for Jupyter
|
||||
|
|
Loading…
Reference in a new issue