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
This commit is contained in:
Ricardo Wurmus 2024-05-06 14:05:20 +02:00 committed by Sharlatan Hellseher
parent ba4750dfd0
commit a0f4fabd78
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -6551,7 +6551,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")