summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-10-21 23:15:08 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2024-10-21 23:16:18 +0100
commit5e5bad6dfe695a3ff8b42984b20ff69a5de397ef (patch)
treeae182cd0e8115d8976766b68fb2be142b5ac9b3a /gnu
parent85f78c95dadd8a11500d948c415de724c22d89d5 (diff)
downloadguix-5e5bad6dfe695a3ff8b42984b20ff69a5de397ef.tar.gz
gnu: python-lazy-loader: Adjust inputs.
As seen in python-team build
<https://ci.guix.gnu.org/build/6091717/log/raw>.

* gnu/packages/python-xyz.scm (python-lazy-loader) [native-inputs]: Add
python-setuptools.

Change-Id: Id8c4eb18f0d2622a1d3270ad29653ef27dcd2fe3
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index c01862f42f..8ff8e3aab4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -21786,7 +21786,7 @@ inspection of types defined in the Python standard typing module.")
                 "1lacaz292qxpgw6kxiirkx6sv9c5883nq4ssm3hs94cvb2153is7"))))
     (build-system pyproject-build-system)
     (native-inputs
-     (list python-numpy python-pytest))
+     (list python-numpy python-pytest python-setuptools))
     (propagated-inputs
      (list python-flit-core))
     (home-page "https://scientific-python.org/specs/spec-0001/")