From 92e97ec397c6ccb830eede353188504156da4924 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 4 Apr 2024 21:15:21 +0200 Subject: 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 bd0064a34b2..cf7ec8bc808 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -6758,7 +6758,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") -- cgit v1.2.3