summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-05-06 16:37:40 +0200
committerLars-Dominik Braun <lars@6xq.net>2024-06-30 09:21:52 +0200
commit509802b4753b8ef5dd5998c6933fd758d1fa8120 (patch)
treefb1fa00f1b359d50234369c87103cdbd730ef225
parente5b6c6fd510fbc07c88cf39c642b7a0fdc36be8c (diff)
gnu: python-nbclient: Add Setuptools and Wheel.pyproject-build-system
* gnu/packages/jupyter.scm (python-nbclient)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I0c203c2545587c45f5878c5772c29d49c7939811
-rw-r--r--gnu/packages/jupyter.scm2
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