diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-05-20 23:12:47 +0100 |
---|---|---|
committer | Andrew Tropin <andrew@trop.in> | 2024-05-30 18:23:45 +0400 |
commit | f97c836c97dfbc7f4965f05b67a611a80ba8456e (patch) | |
tree | 2149bfc5867d501745c1538faff26f4bdb8b3ff6 /gnu/packages/python-science.scm | |
parent | a7431e37c9cd792295f59f8f650a6b7911e7ded0 (diff) | |
download | guix-f97c836c97dfbc7f4965f05b67a611a80ba8456e.tar.gz guix-f97c836c97dfbc7f4965f05b67a611a80ba8456e.zip |
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/python-science.scm')
-rw-r--r-- | gnu/packages/python-science.scm | 2 |
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 |