gnu: python-xarray-datatree: Add missing input.
* gnu/packages/python-science.scm (python-xarray-datatree)[native-inputs]: Add python-setuptools-scm. Change-Id: I86a7280ba687385edb15f30dae1a20e3811a0beb
This commit is contained in:
parent
536228e65e
commit
061885faec
1 changed files with 2 additions and 1 deletions
|
@ -1373,7 +1373,8 @@ name) using the Python's @code{dataclass}.")
|
||||||
(base32 "1x1s25s6dp1f2hck9qw8vl8hgkyy23rcwag2a9vd3w0dbgrrl5i6"))))
|
(base32 "1x1s25s6dp1f2hck9qw8vl8hgkyy23rcwag2a9vd3w0dbgrrl5i6"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(propagated-inputs (list python-packaging python-xarray))
|
(propagated-inputs (list python-packaging python-xarray))
|
||||||
(native-inputs (list python-pytest python-zarr))
|
;; We need setuptools-scm to correctly record the version string.
|
||||||
|
(native-inputs (list python-pytest python-setuptools-scm 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
|
||||||
|
|
Reference in a new issue