diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-06 16:37:40 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:18:36 +0000 |
commit | 5319c309df2f5bbb835b053cfeffc499835fcc0b (patch) | |
tree | 77a3f81262cc2a59a766890ace31e23fdfdd3a5b /gnu/packages/jupyter.scm | |
parent | c36c7373acc32a8bc64f5b6917556813624cfbb9 (diff) |
gnu: python-nbclient: Add Setuptools and Wheel.
* gnu/packages/jupyter.scm (python-nbclient)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I0c203c2545587c45f5878c5772c29d49c7939811
Diffstat (limited to 'gnu/packages/jupyter.scm')
-rw-r--r-- | gnu/packages/jupyter.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm index 8c8c7b5347..2298e87ccd 100644 --- a/gnu/packages/jupyter.scm +++ b/gnu/packages/jupyter.scm @@ -535,6 +535,8 @@ and a default CommManager that can be used.") (propagated-inputs (list python-jupyter-client python-jupyter-core python-nbformat python-traitlets)) + (native-inputs + (list python-setuptools python-wheel)) (home-page "https://jupyter.org") (synopsis "Client library for executing notebooks") (description |