mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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:
parent
a7431e37c9
commit
f97c836c97
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue