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
This commit is contained in:
Sharlatan Hellseher 2024-11-05 13:10:55 +00:00
parent 3971f8b354
commit 1a0a18e1c6
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -22361,7 +22361,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