aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2024-05-20 23:12:47 +0100
committerAndrew Tropin <andrew@trop.in>2024-05-30 18:23:45 +0400
commitf97c836c97dfbc7f4965f05b67a611a80ba8456e (patch)
tree2149bfc5867d501745c1538faff26f4bdb8b3ff6 /gnu/packages
parenta7431e37c9cd792295f59f8f650a6b7911e7ded0 (diff)
downloadguix-f97c836c97dfbc7f4965f05b67a611a80ba8456e.tar
guix-f97c836c97dfbc7f4965f05b67a611a80ba8456e.tar.gz
gnu: python-unyt: Fix version detection.
* gnu/packages/python-science.scm (python-unyt): Fix version detection. [native-inputs]: Add python-setuptools-scm. Change-Id: I96e7d2530b15299a39911bebf62b76a9191ea91b Signed-off-by: Andrew Tropin <andrew@trop.in>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/python-science.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 2650ac46d6..39ba0dad96 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -1863,7 +1863,7 @@ annotations on an existing boxplots and barplots generated by seaborn.")
python-numpy
python-sympy))
;; Pint is optional, but we do not propagate it due to its size.
- (native-inputs (list python-pint python-pytest))
+ (native-inputs (list python-pint python-pytest python-setuptools-scm))
(home-page "https://unyt.readthedocs.io")
(synopsis "Library for working with data that has physical units")
(description