1
0
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:
Ricardo Wurmus
2024-05-06 16:37:40 +02:00
committed by Sharlatan Hellseher
parent c36c7373ac
commit 5319c309df

View File

@@ -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