~ruther/guix-local

a0f4fabd78941ebf2d272c09b6266d5ddaee586b — Ricardo Wurmus 2 years ago ba4750d
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
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -1
@@ 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")