diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-05-06 14:05:20 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2024-06-30 09:21:52 +0200 |
commit | 366600d635d4f859491f6b6bf3beace33c7aed36 (patch) | |
tree | d63934fbd75285b81500cfed18a33a216975c40e | |
parent | 93288e983b835658d6c1b66d19f70f6e559560a8 (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.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 6925dc237c..7180c006ca 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -6337,7 +6337,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") |