futurile pushed a commit to branch python-team in repository guix. commit 91ccccdbb57b6e55edcec305a3aa20ed324ac81b Author: Nicolas Graves via Guix-patches via <guix-patc...@gnu.org> AuthorDate: Mon Mar 10 03:16:27 2025 +0100
gnu: python-importlib-resources: Update python-setuptools input. * gnu/packages/python-xyz.scm (python-importlib-resource) [native-inputs]: Replace python-setuptools-57 by python-setuptools. Signed-off-by: Steve George <st...@futurile.net> --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index fd6d3d8b6b..53e7490cbc 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13301,7 +13301,7 @@ def get_requires_for_build_sdist(config_settings=None): python-pytest-enabler python-pytest-flake8 python-pytest-mypy - python-setuptools-57 + python-setuptools python-setuptools-scm)) (propagated-inputs (list python-zipp))