mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-xarray-schema: Add missing inputs.
* gnu/packages/python-science.scm (python-xarray-schema)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I7cecc17468f94c9987ed349b0dd0d319e175e399
This commit is contained in:
parent
7b20f39e19
commit
d1597a7b02
1 changed files with 5 additions and 1 deletions
|
@ -2114,7 +2114,11 @@ functions and around einops with an API and features adapted to xarray.")
|
|||
(base32 "08194629696z98dkc74i6c9zmy1jicvd2ajb75q0lsf0i427cv4w"))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs (list python-numpy python-xarray))
|
||||
(native-inputs (list python-pytest python-setuptools-scm))
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
python-setuptools
|
||||
python-setuptools-scm
|
||||
python-wheel))
|
||||
(home-page "https://github.com/carbonplan/xarray-schema")
|
||||
(synopsis "Schema validation for Xarray objects")
|
||||
(description "This package implements schema validation for Xarray
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue