From 5e5bad6dfe695a3ff8b42984b20ff69a5de397ef Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 21 Oct 2024 23:15:08 +0100 Subject: [PATCH] gnu: python-lazy-loader: Adjust inputs. As seen in python-team build . * gnu/packages/python-xyz.scm (python-lazy-loader) [native-inputs]: Add python-setuptools. Change-Id: Id8c4eb18f0d2622a1d3270ad29653ef27dcd2fe3 --- 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 c01862f42f..8ff8e3aab4 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -21786,7 +21786,7 @@ (define-public python-lazy-loader "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/")