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

commit 1b588a1baf5d78713d35fd074c4792c972164f95
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Feb 27 22:02:46 2024 +0100

    gnu: python-argcomplete: Add missing input.
    
    Without this input the reported version is "0.0.0".
    
    This is a follow-up to commit 7c293e3f92b5617e57367d4c18677c79b396b806.
    
    * gnu/packages/python-xyz.scm (python-argcomplete)[native-inputs]: Add
    python-setuptools-scm.
    
    Change-Id: I76b8997032947f90432103a5b64c2ad992915b9a
---
 gnu/packages/python-xyz.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index cfef106acf..b190c9ab21 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23095,6 +23095,7 @@ JPEG2000 and GIF files in pure Python.")
            python-mypy
            python-pexpect
            python-setuptools
+           python-setuptools-scm
            python-wheel
            tcsh
            fish

Reply via email to