guix-commits
[Top][All Lists]
Advanced

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

57/361: gnu: snakemake-6: Add Setuptools and Wheel.


From: guix-commits
Subject: 57/361: gnu: snakemake-6: Add Setuptools and Wheel.
Date: Fri, 22 Nov 2024 06:00:11 -0500 (EST)

andreas pushed a commit to branch python-team
in repository guix.

commit ffca1ce0889f3b9dea44dbd859eb9a8a732cc255
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 705f5c3112..f868998665 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13922,7 +13922,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]