guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

42/54: gnu: python-pint: Add missing input.


From: guix-commits
Subject: 42/54: gnu: python-pint: Add missing input.
Date: Thu, 11 Jan 2024 17:36:16 -0500 (EST)

rekado pushed a commit to branch wip-python-science
in repository guix.

commit 40d6055b5f8c8d28dcbf99d05ed09780b9336f23
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 10 15:44:25 2024 +0100

    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(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 08557f96d8..04064c3a53 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -1285,7 +1285,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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]