From 7b20f39e19efc40f1c39df796c0906f62c67def6 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Sun, 12 Jan 2025 21:42:44 +0100 Subject: [PATCH] gnu: python-xarray-datatree: Add missing inputs. * gnu/packages/python-science.scm (python-xarray-datatree)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I5c2d5ec44b13c82e7400687accccf81427aa0da9 --- gnu/packages/python-science.scm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 4372d6b70b9a99305aa7c4c4cf2a2c5fdddec57a..76c48daa43f83069be09728c6f42e1fea9a1016f 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm @@ -2065,7 +2065,12 @@ name) using the Python's @code{dataclass}.") (build-system pyproject-build-system) (propagated-inputs (list python-packaging python-xarray)) ;; We need setuptools-scm to correctly record the version string. - (native-inputs (list python-pytest python-setuptools-scm python-zarr)) + (native-inputs + (list python-pytest + python-setuptools + python-setuptools-scm + python-wheel + python-zarr)) (home-page "https://github.com/xarray-contrib/datatree") (synopsis "Hierarchical tree-like data structures for xarray") (description "Datatree is a prototype implementation of a tree-like