[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/10: gnu: python-cwl-upgrader: Add missing inputs.
From: |
guix-commits |
Subject: |
04/10: gnu: python-cwl-upgrader: Add missing inputs. |
Date: |
Fri, 27 Dec 2024 16:26:45 -0500 (EST) |
rekado pushed a commit to branch python-team
in repository guix.
commit a374339f8be5f3a467403b94db9089b5beb66fc4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 27 21:34:24 2024 +0100
gnu: python-cwl-upgrader: Add missing inputs.
* gnu/packages/bioinformatics.scm (python-cwl-upgrader)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I81531d588e6deb8a01c59f2a824b815e8f95e0f0
---
gnu/packages/bioinformatics.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 83286df528..592e6a2b00 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6127,7 +6127,7 @@ code formatter. It outputs CWL in a standardized YAML
format.")
"12j6z8nvwnzjjyypz59hwj5hmrcri2r6aknw52n9dbj6lbzbdd2p"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-pytest))
+ (list python-pytest python-setuptools python-wheel))
(propagated-inputs
(list python-ruamel.yaml
python-schema-salad))
- branch python-team updated (c65382268e -> 42ec939a3f), guix-commits, 2024/12/27
- 02/10: gnu: python-isodate: Update to 0.7.2., guix-commits, 2024/12/27
- 04/10: gnu: python-cwl-upgrader: Add missing inputs.,
guix-commits <=
- 08/10: gnu: python-prov: Update to 2.0.1., guix-commits, 2024/12/27
- 05/10: gnu: python-cwl-utils: Add missing inputs., guix-commits, 2024/12/27
- 06/10: gnu: python-rdflib-6: Disable one test., guix-commits, 2024/12/27
- 01/10: gnu: python-cachecontrol: Update to 0.14.1., guix-commits, 2024/12/27
- 10/10: gnu: cwltool: Patch tox.ini., guix-commits, 2024/12/27
- 07/10: gnu: python-rdflib-6: Accept newer isodate., guix-commits, 2024/12/27
- 09/10: gnu: cwltool: Use test-flags., guix-commits, 2024/12/27
- 03/10: gnu: python-schema-salad: Update to 8.8.20241206093842., guix-commits, 2024/12/27