summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-05-06 14:05:20 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-10-11 21:18:09 +0100
commit9eb129f8f54a9245091e0c3290c26dec0f802d9f (patch)
treebd762789e402ba2f587da06b827d6f2079c7e776
parent1376b0c1a6b31307ef58a33e097999f2056fa67b (diff)
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
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
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")