mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
85f78c95da
commit
5e5bad6dfe
1 changed files with 1 additions and 1 deletions
|
@ -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/")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue