~ruther/guix-local

d1597a7b02e0e017da73dc9a80ceb17bf6a8c108 — Ricardo Wurmus 1 year, 2 months ago 7b20f39
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
1 files changed, 5 insertions(+), 1 deletions(-)

M gnu/packages/python-science.scm
M gnu/packages/python-science.scm => gnu/packages/python-science.scm +5 -1
@@ 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