guix-commits
[Top][All Lists]
Advanced

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

38/46: gnu: python-tabulate: Add Setuptools and Wheel.


From: guix-commits
Subject: 38/46: gnu: python-tabulate: Add Setuptools and Wheel.
Date: Tue, 7 May 2024 18:34:04 -0400 (EDT)

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

commit b7d2125ede7a2772a45609b85261a2b6e13728a7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue May 7 23:21:43 2024 +0200

    gnu: python-tabulate: Add Setuptools and Wheel.
    
    * gnu/packages/python-xyz.scm (python-tabulate)[native-inputs]: Add
    python-setuptools and python-wheel.
    
    Change-Id: If6aede34a1ce93146412842c0d08ec811f08037e
---
 gnu/packages/python-xyz.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 035a024075..ebe6bb366b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21038,7 +21038,11 @@ It uses LR parsing and does extensive error checking.")
               (base32
                "0g4b0qnbw55igbpxfxzciqvb6w8ncw4gmcgyq0lyavcnylmv3580"))))
     (build-system pyproject-build-system)
-    (native-inputs (list python-pytest python-setuptools-scm))
+    (native-inputs
+     (list python-pytest
+           python-setuptools-scm
+           python-setuptools
+           python-wheel))
     (home-page "https://bitbucket.org/astanin/python-tabulate";)
     (synopsis "Pretty-print tabular data")
     (description



reply via email to

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