summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-05-06 16:37:40 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-10-11 21:18:10 +0100
commit87a617f40f34df1913abe8ad6bfbdcfe147f0d00 (patch)
tree02beca1af8a7be0d12531a6eb7d51e9419c77469
parent3580cc9cfe447c791da1ee3fdf2606b282708aeb (diff)
gnu: python-nbclient: Add Setuptools and Wheel.python-team-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