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:
Ricardo Wurmus 2021-04-13 13:17:24 +02:00
parent 4cb6120584
commit 7c4f9c17de
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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