diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2025-01-12 21:43:06 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:47 +0100 |
commit | d1597a7b02e0e017da73dc9a80ceb17bf6a8c108 (patch) | |
tree | f09fae27d3e211c127ea7b945c8098b078075ebf /gnu/packages/python-science.scm | |
parent | 7b20f39e19efc40f1c39df796c0906f62c67def6 (diff) |
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
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r-- | gnu/packages/python-science.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 76c48daa43..d493678926 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -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 |