[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch python-team updated: gnu: snakemake-6: Add Setuptools and Wheel.
From: |
guix-commits |
Subject: |
branch python-team updated: gnu: snakemake-6: Add Setuptools and Wheel. |
Date: |
Mon, 06 May 2024 05:23:39 -0400 |
This is an automated email from the git hooks/post-receive script.
rekado pushed a commit to branch python-team
in repository guix.
The following commit(s) were added to refs/heads/python-team by this push:
new 067b4a5213 gnu: snakemake-6: Add Setuptools and Wheel.
067b4a5213 is described below
commit 067b4a521348078d9f6d602db908f73c332f5a2d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon May 6 11:22:46 2024 +0200
gnu: snakemake-6: Add Setuptools and Wheel.
* gnu/packages/python-xyz.scm (snakemake-6)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I129616694f09763561913cd8939dd2de46e6df51
---
gnu/packages/python-xyz.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 2af2a1ec1f..b3dd589455 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13465,7 +13465,9 @@ Python style, together with a fast and comfortable
execution environment.")
python-wrapper
python-pytest
python-pandas
- python-requests-mock))))
+ python-requests-mock
+ python-setuptools
+ python-wheel))))
(define-public snakemake-7
(package
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch python-team updated: gnu: snakemake-6: Add Setuptools and Wheel.,
guix-commits <=