From 5319c309df2f5bbb835b053cfeffc499835fcc0b Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Mon, 6 May 2024 16:37:40 +0200 Subject: [PATCH] gnu: python-nbclient: Add Setuptools and Wheel. * gnu/packages/jupyter.scm (python-nbclient)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I0c203c2545587c45f5878c5772c29d49c7939811 --- gnu/packages/jupyter.scm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnu/packages/jupyter.scm b/gnu/packages/jupyter.scm index 8c8c7b5347e4a7572a39e180f20b40e1b51dffc8..2298e87ccd78777964b05648e2af97e8882822ec 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