diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-01-12 21:42:44 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:47 +0100 |
| commit | 7b20f39e19efc40f1c39df796c0906f62c67def6 (patch) | |
| tree | 135e0ded9d3e28bc7d3b5da4a03459bb906f921d /gnu/packages/python-science.scm | |
| parent | 88d6a1d15410d8ea0bef3d928e86d40eba4f1b13 (diff) | |
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
Diffstat (limited to 'gnu/packages/python-science.scm')
| -rw-r--r-- | gnu/packages/python-science.scm | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm index 4372d6b70b9..76c48daa43f 100644 --- a/gnu/packages/python-science.scm +++ b/gnu/packages/python-science.scm | |||
| @@ -2065,7 +2065,12 @@ name) using the Python's @code{dataclass}.") | |||
| 2065 | (build-system pyproject-build-system) | 2065 | (build-system pyproject-build-system) |
| 2066 | (propagated-inputs (list python-packaging python-xarray)) | 2066 | (propagated-inputs (list python-packaging python-xarray)) |
| 2067 | ;; We need setuptools-scm to correctly record the version string. | 2067 | ;; We need setuptools-scm to correctly record the version string. |
| 2068 | (native-inputs (list python-pytest python-setuptools-scm python-zarr)) | 2068 | (native-inputs |
| 2069 | (list python-pytest | ||
| 2070 | python-setuptools | ||
| 2071 | python-setuptools-scm | ||
| 2072 | python-wheel | ||
| 2073 | python-zarr)) | ||
| 2069 | (home-page "https://github.com/xarray-contrib/datatree") | 2074 | (home-page "https://github.com/xarray-contrib/datatree") |
| 2070 | (synopsis "Hierarchical tree-like data structures for xarray") | 2075 | (synopsis "Hierarchical tree-like data structures for xarray") |
| 2071 | (description "Datatree is a prototype implementation of a tree-like | 2076 | (description "Datatree is a prototype implementation of a tree-like |
