mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pint: Add missing input.
This is a follow-up to commit 23b8601cd2cf90ed11a51ca6db133083433e74d8. Without this input the version string will be 0.0.0. * gnu/packages/python-xyz.scm (python-pint)[native-inputs]: Add python-setuptools-scm. Change-Id: Id621e459f119d7268cdcc41ef93bcae135e842d1
This commit is contained in:
parent
cda0f029d6
commit
0c6db478ec
1 changed files with 2 additions and 1 deletions
|
@ -1426,7 +1426,8 @@ Markdown. All extensions are found under the module namespace of pymdownx.")
|
||||||
" and not test_load_definitions_stage_2"))))
|
" and not test_load_definitions_stage_2"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest python-pytest-benchmark python-pytest-cov
|
(list python-pytest python-pytest-benchmark python-pytest-cov
|
||||||
python-pytest-mpl python-pytest-subtests))
|
python-pytest-mpl python-pytest-subtests
|
||||||
|
python-setuptools-scm))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-typing-extensions
|
(list python-typing-extensions
|
||||||
python-uncertainties))
|
python-uncertainties))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue