aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/python-science.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-04-26 11:05:13 +0200
committerRicardo Wurmus <rekado@elephly.net>2024-05-05 22:38:15 +0200
commit061885faecec511ed3f15b67ccce90e073875838 (patch)
tree9a1531b1b3be9e87e86ba681aa1bf596b24d8cc3 /gnu/packages/python-science.scm
parent536228e65e8b4b0d35038188c5d4fefafe0af579 (diff)
downloadguix-061885faecec511ed3f15b67ccce90e073875838.tar
guix-061885faecec511ed3f15b67ccce90e073875838.tar.gz
gnu: python-xarray-datatree: Add missing input.
* gnu/packages/python-science.scm (python-xarray-datatree)[native-inputs]: Add python-setuptools-scm. Change-Id: I86a7280ba687385edb15f30dae1a20e3811a0beb
Diffstat (limited to 'gnu/packages/python-science.scm')
-rw-r--r--gnu/packages/python-science.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index e1e6ba90f1..6966c53f7a 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1373,7 +1373,8 @@ name) using the Python's @code{dataclass}.")
(base32 "1x1s25s6dp1f2hck9qw8vl8hgkyy23rcwag2a9vd3w0dbgrrl5i6"))))
(build-system pyproject-build-system)
(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")
(synopsis "Hierarchical tree-like data structures for xarray")
(description "Datatree is a prototype implementation of a tree-like