summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-04-13 13:17:24 +0200
committerRicardo Wurmus <rekado@elephly.net>2021-04-13 13:41:19 +0200
commit7c4f9c17dee9aa62f9ad050c829c0b79b1e36cec (patch)
tree426729bc79beca3166809242e00e6cc887e505ed /gnu
parent4cb6120584e6d19ca8ac5756c48ac3cca660145d (diff)
downloadguix-7c4f9c17dee9aa62f9ad050c829c0b79b1e36cec.tar.gz
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.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm8
1 files changed, 1 insertions, 7 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f529be29d8..e3aa20dc5d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10535,13 +10535,7 @@ interactive computing.")
          "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