mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
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:
parent
7eebe7bbfa
commit
92e97ec397
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue