~ruther/guix-local

92e97ec397c6ccb830eede353188504156da4924 — Ricardo Wurmus 2 years ago 7eebe7b
gnu: python-joblib: Add missing inputs.

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

Change-Id: I4e19c611eb9faf5921e406e77b6f1e88f98daf8b
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -1
@@ 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")