diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-01-10 15:44:25 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-01-16 11:22:33 +0100 |
commit | ccaa47dd7f8791f29ab977d2b961d716681583b0 (patch) | |
tree | 5708b0ca8c0edfb4068786e8c0b13d3b097059e3 /gnu/packages/python-xyz.scm | |
parent | 87f408eeb8004df38e3363ced321b3f94f30d707 (diff) |
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 921ebd4a37..31bfc9876a 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -1396,7 +1396,8 @@ Markdown. All extensions are found under the module namespace of pymdownx.") " and not test_load_definitions_stage_2")))) (native-inputs (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 (list python-typing-extensions python-uncertainties)) |