mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-21 09:40:28 +02: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:
committed by
Sharlatan Hellseher
parent
c36c7373ac
commit
5319c309df
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user