rekado pushed a commit to branch master
in repository guix.

commit d1597a7b02e0e017da73dc9a80ceb17bf6a8c108
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sun Jan 12 21:43:06 2025 +0100

    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
---
 gnu/packages/python-science.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

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

Reply via email to