diff options
author | Nicolas Graves via Guix-patches via <guix-patches@gnu.org> | 2025-03-10 03:16:27 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:35 +0200 |
commit | b09cf29ad4d17624388253a67dc1f9d6642f1f56 (patch) | |
tree | dcbb0b584b1d2770e5f0d2398d467fe820190db8 | |
parent | 77254ef42da21593fcaf84e36957c882eb241511 (diff) | |
download | guix-b09cf29ad4d17624388253a67dc1f9d6642f1f56.tar.gz guix-b09cf29ad4d17624388253a67dc1f9d6642f1f56.zip |
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 <steve@futurile.net>
-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 b5606d0924..0d1a9764ee 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13312,7 +13312,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)) |