guix-commits
[Top][All Lists]
Advanced

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

48/224: gnu: python-joblib: Add missing inputs.


From: guix-commits
Subject: 48/224: gnu: python-joblib: Add missing inputs.
Date: Tue, 15 Oct 2024 16:32:18 -0400 (EDT)

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

commit d3a56e0e8d521f345432dd11494016611f3c4dcc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 4 21:15:21 2024 +0200

    gnu: python-joblib: Add missing inputs.
    
    * gnu/packages/python-xyz.scm (python-joblib)[native-inputs]: Add
    python-setuptools and python-wheel.
    
    Change-Id: I4e19c611eb9faf5921e406e77b6f1e88f98daf8b
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 377bfd9a66..d758030a92 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6707,7 +6707,7 @@ bookmarks using a declarative input in the form of a 
markdown file.")
      (list
       #:test-flags  ; disabled to avoid having to depend on ipython/jupyter
       #~(list "-k" "not 
test_parallel_call_cached_function_defined_in_jupyter")))
-    (native-inputs (list python-pytest))
+    (native-inputs (list python-pytest python-setuptools python-wheel))
     (propagated-inputs (list python-psutil))
     (home-page "https://joblib.readthedocs.io/";)
     (synopsis "Using Python functions as pipeline jobs")



reply via email to

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