gnu: python-joblib: Add missing inputs.

* gnu/packages/python-xyz.scm (python-joblib)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: I4e19c611eb9faf5921e406e77b6f1e88f98daf8b
This commit is contained in:
Ricardo Wurmus 2024-04-04 21:15:21 +02:00 committed by Sharlatan Hellseher
parent 7eebe7bbfa
commit 92e97ec397
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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")