[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
48/224: gnu: python-joblib: Add missing inputs.
From: |
guix-commits |
Subject: |
48/224: gnu: python-joblib: Add missing inputs. |
Date: |
Tue, 15 Oct 2024 16:32:18 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit d3a56e0e8d521f345432dd11494016611f3c4dcc
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 4 21:15:21 2024 +0200
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 377bfd9a66..d758030a92 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6707,7 +6707,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")
- 214/224: gnu: python-multidict: Move to pyproject-build-system., (continued)
- 214/224: gnu: python-multidict: Move to pyproject-build-system., guix-commits, 2024/10/15
- 221/224: gnu: python-notebook: Add python-jupyter-server to native inputs., guix-commits, 2024/10/15
- 65/224: gnu: Add python-pep440., guix-commits, 2024/10/15
- 52/224: gnu: python-partd: Add missing input., guix-commits, 2024/10/15
- 44/224: gnu: python-itemloaders: Fix indentation., guix-commits, 2024/10/15
- 80/224: gnu: python-argon2-cffi: Update to 21.1.0., guix-commits, 2024/10/15
- 54/224: gnu: python-dbus-python: Add missing input., guix-commits, 2024/10/15
- 60/224: gnu: python-jinja2: Add setuptools and wheel., guix-commits, 2024/10/15
- 70/224: gnu: Add python-uri-template., guix-commits, 2024/10/15
- 58/224: gnu: snakemake-6: Add Setuptools and Wheel., guix-commits, 2024/10/15
- 48/224: gnu: python-joblib: Add missing inputs.,
guix-commits <=
- 57/224: guix: toml: Fix parsing empty strings in arrays., guix-commits, 2024/10/15
- 55/224: gnu: python-versioneer: Add missing input and use minimal git., guix-commits, 2024/10/15
- 94/224: gnu: python-json-logger: Update to 2.0.7., guix-commits, 2024/10/15
- 101/224: gnu: python-tabulate: Add Setuptools and Wheel., guix-commits, 2024/10/15
- 91/224: gnu: python-nbconvert: Use pyproject-build-system., guix-commits, 2024/10/15
- 99/224: gnu: python-jupyter-server: Update to 2.14.0., guix-commits, 2024/10/15
- 108/224: gnu: Add python-jsonschema-path., guix-commits, 2024/10/15
- 112/224: gnu: python-graphql-core: Enable tests., guix-commits, 2024/10/15
- 104/224: gnu: python-lazy-object-proxy: Update to 1.10.0., guix-commits, 2024/10/15
- 109/224: gnu: python-openapi-spec-validator: Update to 0.7.1., guix-commits, 2024/10/15