diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-04-04 21:15:21 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2024-06-30 09:20:56 +0200 |
commit | a1724888111f7ec4976e45b5d3245bb75305e70e (patch) | |
tree | c7a8aaeb54ca8195e48732afd63d96e83cbf8895 | |
parent | 7195c25e55e7b284b6dfa1598e77621dae879d79 (diff) |
gnu: python-joblib: Add missing inputs.
* gnu/packages/python-xyz.scm (python-joblib)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I4e19c611eb9faf5921e406e77b6f1e88f98daf8b
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index acb15ca7ac..828adfd371 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -6544,7 +6544,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") |