summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-12-14 00:06:52 +0100
committerAndreas Enge <andreas@enge.fr>2025-12-17 11:20:18 +0100
commit71edbd9f3bd9bd4d1191f964231600e6aae59382 (patch)
treeaf53175b7f0f76de94758cb5fa417880aa11ca4b /gnu
parent819d43b8ca0a60eabe611e608f3060e110b3b251 (diff)
gnu: python-genshi: Use older setuptools.
* gnu/packages/python-web.scm (python-genshi)[native-inputs]: Add python-setuptools-67. Change-Id: I4da0ba45408b16ead0ad89433946e77e80f052ef Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-web.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index d3ffc7c35ac..372bfee5ea9 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -8265,6 +8265,7 @@ for Flask programs that are using @code{python-alembic}.")
(file-name (git-file-name name version))
(sha256
(base32 "06q14mn5n56rdnqvsbbjixygilblgg85fzw029n96qf6f1rvldiq"))))
+ (native-inputs (list python-setuptools-67))
(propagated-inputs
(list python-six))
(build-system python-build-system)