guix-commits
[Top][All Lists]
Advanced

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

branch python-team updated: gnu: python-argcomplete: Add missing input.


From: guix-commits
Subject: branch python-team updated: gnu: python-argcomplete: Add missing input.
Date: Tue, 27 Feb 2024 16:04:12 -0500

This is an automated email from the git hooks/post-receive script.

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

The following commit(s) were added to refs/heads/python-team by this push:
     new 178c36e1ee gnu: python-argcomplete: Add missing input.
178c36e1ee is described below

commit 178c36e1ee6915a27f042f64a6357d5ed9c8cb49
Author: Ricardo Wurmus <rekado@elephly.net>
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 f450f37f9a..8691f70375 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -22341,6 +22341,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

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