guix-commits
[Top][All Lists]
Advanced

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

28/30: gnu: python-jinja2: Add setuptools and wheel.


From: guix-commits
Subject: 28/30: gnu: python-jinja2: Add setuptools and wheel.
Date: Fri, 11 Oct 2024 16:39:05 -0400 (EDT)

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

commit 9eb129f8f54a9245091e0c3290c26dec0f802d9f
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon May 6 14:05:20 2024 +0200

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ee1c05d917..23ab188cf8 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -6469,7 +6469,7 @@ for Python.")
        (sha256
         (base32 "0lp86yadzf8dph67f6g3yxmvnhrzzi863z58jmsrx2j059q1ld9i"))))
     (build-system pyproject-build-system)
-    (native-inputs (list python-pytest))
+    (native-inputs (list python-pytest python-setuptools python-wheel))
     (propagated-inputs (list python-markupsafe))
     (home-page "https://jinja.palletsprojects.com/";)
     (synopsis "Python template engine")



reply via email to

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