mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
ba4750dfd0
commit
a0f4fabd78
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue