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>
This commit is contained in:
Sharlatan Hellseher 2024-05-20 23:12:47 +01:00 committed by Andrew Tropin
parent a7431e37c9
commit f97c836c97
No known key found for this signature in database
GPG key ID: 2208D20958C1DEB0

View file

@ -1863,7 +1863,7 @@ (define-public python-unyt
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