~ruther/guix-local

71edbd9f3bd9bd4d1191f964231600e6aae59382 — Andreas Enge 2 months ago 819d43b
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>
1 files changed, 1 insertions(+), 0 deletions(-)

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