[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
48/420: gnu: python-joblib: Add missing inputs.
From: |
guix-commits |
Subject: |
48/420: gnu: python-joblib: Add missing inputs. |
Date: |
Tue, 26 Nov 2024 16:28:28 -0500 (EST) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit 570ca0ee0a2b49e13ed139b4dff258693b1a9d59
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 95896db287..4a0be39067 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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")
- 26/420: gnu: python-myst-parser: Relax some requirements., (continued)
- 26/420: gnu: python-myst-parser: Relax some requirements., guix-commits, 2024/11/26
- 23/420: gnu: python-rich: Update to 13.7.0., guix-commits, 2024/11/26
- 28/420: gnu: Add python-pytest-mypy-testing., guix-commits, 2024/11/26
- 31/420: gnu: python-prompt-toolkit: Update to 3.0.43., guix-commits, 2024/11/26
- 33/420: gnu: Add python-rapidfuzz., guix-commits, 2024/11/26
- 37/420: gnu: python-eventlet: Update to 0.35.2., guix-commits, 2024/11/26
- 42/420: gnu: python-pynacl: Add missing inputs., guix-commits, 2024/11/26
- 50/420: gnu: python-billiard: Add missing inputs., guix-commits, 2024/11/26
- 62/420: gnu: python-nbconvert: Add missing texlive inputs., guix-commits, 2024/11/26
- 61/420: gnu: python-nbclient: Add Setuptools and Wheel., guix-commits, 2024/11/26
- 48/420: gnu: python-joblib: Add missing inputs.,
guix-commits <=
- 71/420: gnu: Add python-overrides., guix-commits, 2024/11/26
- 79/420: gnu: python-argon2-cffi: Update to 21.1.0., guix-commits, 2024/11/26
- 88/420: gnu: python-ipykernel: Set environment variable., guix-commits, 2024/11/26
- 94/420: gnu: python-jsonpointer: Update to 1.14., guix-commits, 2024/11/26
- 80/420: gnu: python-jsonschema: Update to 4.22.0., guix-commits, 2024/11/26
- 38/420: gnu: python-argcomplete: Add missing input., guix-commits, 2024/11/26
- 43/420: gnu: python-pytest-arraydiff: Add missing inputs., guix-commits, 2024/11/26
- 39/420: gnu: java-testng: Drop input labels., guix-commits, 2024/11/26
- 56/420: guix: toml: Fix parsing empty strings in arrays., guix-commits, 2024/11/26
- 60/420: gnu: python-openpyxl: Add Setuptools and Wheel., guix-commits, 2024/11/26