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
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

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