mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
3971f8b354
commit
1a0a18e1c6
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue