mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-nbclient: Add Setuptools and Wheel.
* gnu/packages/jupyter.scm (python-nbclient)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I0c203c2545587c45f5878c5772c29d49c7939811
This commit is contained in:
parent
c36c7373ac
commit
5319c309df
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue