guix-commits
[Top][All Lists]
Advanced

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

215/299: gnu: python-columnize: Add missing inputs.


From: guix-commits
Subject: 215/299: gnu: python-columnize: Add missing inputs.
Date: Mon, 13 Jan 2025 07:30:58 -0500 (EST)

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

commit a78286abe64332a9e4d7a78d8d022b6b47859ee0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jan 10 21:02:30 2025 +0100

    gnu: python-columnize: Add missing inputs.
    
    * gnu/packages/python-xyz.scm (python-columnize)[native-inputs]: Add
    python-setuptools and python-wheel.
    
    Change-Id: I16e4c74ad5c158e9e45c2b1f930f5abb72f7f203
---
 gnu/packages/python-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 3627e62cbb..98fe7f1cab 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22213,6 +22213,7 @@ specified in POSIX.1-2001 and POSIX.1-2008.")
        (sha256
         (base32 "1clb3lfw694crq8m767q0yjaazkplcrbzdr9fr2w39hhndivhcd6"))))
     (build-system pyproject-build-system)
+    (native-inputs (list python-setuptools python-wheel))
     (home-page "https://github.com/rocky/pycolumnize";)
     (synopsis "Format a simple (i.e. not nested) list into aligned columns.")
     (description



reply via email to

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