guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

61/361: gnu: python-nbclient: Add Setuptools and Wheel.


From: guix-commits
Subject: 61/361: gnu: python-nbclient: Add Setuptools and Wheel.
Date: Fri, 22 Nov 2024 06:00:12 -0500 (EST)

andreas pushed a commit to branch python-team
in repository guix.

commit 70512ae62d696f952217cce44efa813ba65730ae
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon May 6 16:37:40 2024 +0200

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]