guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

26/30: gnu: snakemake-6: Add Setuptools and Wheel.


From: guix-commits
Subject: 26/30: gnu: snakemake-6: Add Setuptools and Wheel.
Date: Sun, 30 Jun 2024 03:40:34 -0400 (EDT)

lbraun pushed a commit to branch pyproject-build-system
in repository guix.

commit abe2896937118ceabc301b89969d7ae44de4cb1d
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 1d17239ad8..6925dc237c 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13594,7 +13594,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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]