[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
09/12: gnu: python-ipykernel: Add missing inputs.
From: |
guix-commits |
Subject: |
09/12: gnu: python-ipykernel: Add missing inputs. |
Date: |
Mon, 26 Apr 2021 04:37:51 -0400 (EDT) |
lbraun pushed a commit to branch master
in repository guix.
commit f57873f20b1f59f7be815e131d8fb1e102e66ae8
Author: Lars-Dominik Braun <lars@6xq.net>
AuthorDate: Tue Apr 20 09:53:31 2021 +0200
gnu: python-ipykernel: Add missing inputs.
* gnu/packages/python-xyz.scm (python-ipykernel) [propagated-inputs]:
Add tornado and traitlets.
---
gnu/packages/python-xyz.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b3dab1e..ace191e 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7527,6 +7527,8 @@ installing @code{kernelspec}s for use with Jupyter
frontends.")
#t))))))
(propagated-inputs
`(("python-ipython" ,python-ipython)
+ ("python-tornado" ,python-tornado-6)
+ ("python-traitlets" ,python-traitlets)
;; imported at runtime during connect
("python-jupyter-client" ,python-jupyter-client)))
(native-inputs
- 01/12: gnu: Move search path JUPYTER_PATH., (continued)
- 01/12: gnu: Move search path JUPYTER_PATH., guix-commits, 2021/04/26
- 02/12: gnu: python-jupyter-core: Enable tests., guix-commits, 2021/04/26
- 05/12: gnu: python-nbformat: Enable tests., guix-commits, 2021/04/26
- 06/12: gnu: Add python-jupyter-client-bootstrap., guix-commits, 2021/04/26
- 07/12: gnu: Add python-ipykernel-bootstrap., guix-commits, 2021/04/26
- 10/12: gnu: Add python-pytest-dependency., guix-commits, 2021/04/26
- 11/12: gnu: python-nbconvert: Enable more tests., guix-commits, 2021/04/26
- 08/12: gnu: python-jupyter-client: Enable tests., guix-commits, 2021/04/26
- 03/12: gnu: Add python-json-spec., guix-commits, 2021/04/26
- 04/12: gnu: Add python-fastjsonschema., guix-commits, 2021/04/26
- 09/12: gnu: python-ipykernel: Add missing inputs.,
guix-commits <=
- 12/12: gnu: python-notebook: Fix tests., guix-commits, 2021/04/26