sharlatan pushed a commit to branch python-team
in repository guix.
commit 5753fcf30eaada2ceed1deffad92c0577160506c
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Nov 5 13:10:55 2024 +0000
gnu: python-lazy-loader: Adjust inputs.
* gnu/packages/python-xyz.scm (python-lazy-loader) [propagated-inputs]:
Add python-setuptools and python-wheel.
Change-Id: Ib74964fffd85124b926b664758d25a7c37bf1fff
---
gnu/packages/python-xyz.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f1f76e82c6..9c55b92e40 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22254,7 +22254,9 @@ inspection of types defined in the Python standard
typing module.")
(native-inputs
(list python-numpy python-pytest python-setuptools))
(propagated-inputs
- (list python-flit-core))
+ (list python-flit-core
+ python-setuptools
+ python-wheel))
(home-page "https://scientific-python.org/specs/spec-0001/")
(synopsis "Load subpackages and functions on demand")
(description "@code{python-lazy-loader} makes it easy to load subpackages