mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
88d6a1d154
commit
7b20f39e19
1 changed files with 6 additions and 1 deletions
|
@ -2065,7 +2065,12 @@ name) using the Python's @code{dataclass}.")
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(propagated-inputs (list python-packaging python-xarray))
|
(propagated-inputs (list python-packaging python-xarray))
|
||||||
;; We need setuptools-scm to correctly record the version string.
|
;; 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")
|
(home-page "https://github.com/xarray-contrib/datatree")
|
||||||
(synopsis "Hierarchical tree-like data structures for xarray")
|
(synopsis "Hierarchical tree-like data structures for xarray")
|
||||||
(description "Datatree is a prototype implementation of a tree-like
|
(description "Datatree is a prototype implementation of a tree-like
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue