From 0c6db478ec40237db69d751acf64441556183e23 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 10 Jan 2024 15:44:25 +0100 Subject: 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 --- gnu/packages/python-xyz.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index b1d57a0215..8da5288ca0 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -1426,7 +1426,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)) -- cgit v1.2.3