[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")
- 12/30: gnu: python-pycurl: Add missing inputs., (continued)
- 12/30: gnu: python-pycurl: Add missing inputs., guix-commits, 2024/10/11
- 15/30: gnu: python-mistletoe: Add missing inputs., guix-commits, 2024/10/11
- 19/30: gnu: python-box: Add missing input., guix-commits, 2024/10/11
- 05/30: guix: toml: Add TOML parser., guix-commits, 2024/10/11
- 17/30: gnu: python-vine: Add missing inputs., guix-commits, 2024/10/11
- 09/30: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/10/11
- 20/30: gnu: python-billiard: Add missing inputs., guix-commits, 2024/10/11
- 22/30: gnu: python-partd: Add missing input., guix-commits, 2024/10/11
- 24/30: gnu: python-pyls-black: Add missing inputs., guix-commits, 2024/10/11
- 30/30: gnu: python-nbclient: Add Setuptools and Wheel., guix-commits, 2024/10/11
- 28/30: gnu: python-jinja2: Add setuptools and wheel.,
guix-commits <=
- 14/30: gnu: python-pytest-arraydiff: Add missing inputs., guix-commits, 2024/10/11
- 21/30: gnu: python-astropy-iers-data: Add missing inputs., guix-commits, 2024/10/11
- 29/30: gnu: python-openpyxl: Add Setuptools and Wheel., guix-commits, 2024/10/11
- 27/30: gnu: python-pytest-xdist: Add setuptools and wheel., guix-commits, 2024/10/11
- 04/30: gnu: sssd: Import ensure-no-mtimes-pre-1980., guix-commits, 2024/10/11
- 03/30: gnu: criu: Remove temporary workaround., guix-commits, 2024/10/11
- 13/30: gnu: python-pynacl: Add missing inputs., guix-commits, 2024/10/11
- 23/30: gnu: python-dbus-python: Add missing input., guix-commits, 2024/10/11
- 10/30: gnu: Add missing import., guix-commits, 2024/10/11
- 16/30: gnu: python-mysqlclient: Add missing inputs., guix-commits, 2024/10/11