guix-commits
[Top][All Lists]
Advanced

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

100/420: gnu: python-tabulate: Add Setuptools and Wheel.


From: guix-commits
Subject: 100/420: gnu: python-tabulate: Add Setuptools and Wheel.
Date: Tue, 26 Nov 2024 16:28:40 -0500 (EST)

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

commit 88fda0a1cb24b6d21ee594abcd5807cb81bfeec6
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 9ccf00490b..a3aade901f 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21582,7 +21582,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]