guix_mirror_bot pushed a commit to branch ungraft
in repository guix.
commit 988e0218cefa295c3bfa14ed53ecddcb20c80221
Author: Andreas Enge <[email protected]>
AuthorDate: Sun Dec 14 00:06:52 2025 +0100
gnu: python-genshi: Use older setuptools.
* gnu/packages/python-web.scm (python-genshi)[native-inputs]:
Add python-setuptools-67.
Change-Id: I4da0ba45408b16ead0ad89433946e77e80f052ef
---
gnu/packages/python-web.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index d3ffc7c35a..372bfee5ea 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)