[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/222: gnu: python-argcomplete: Add missing input.
From: |
guix-commits |
Subject: |
38/222: gnu: python-argcomplete: Add missing input. |
Date: |
Fri, 1 Nov 2024 10:56:19 -0400 (EDT) |
sharlatan pushed a commit to branch python-team
in repository guix.
commit b604b9ac3afa631c9bfae65ac5e2834359e24dc6
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 7092485a65..6232dd5b29 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23608,6 +23608,7 @@ JPEG2000 and GIF files in pure Python.")
python-mypy
python-pexpect
python-setuptools
+ python-setuptools-scm
python-wheel
tcsh
fish
- branch python-team created (now 6dadf52157), guix-commits, 2024/11/01
- 01/222: gnu: python-pygments: Update to 2.15.1., guix-commits, 2024/11/01
- 04/222: gnu: python-sphinx: Update to 5.3.0., guix-commits, 2024/11/01
- 02/222: gnu: python-imagesize: Update to 1.4.1., guix-commits, 2024/11/01
- 06/222: build-system/python: Ignore symlinks when changing mtime., guix-commits, 2024/11/01
- 08/222: gnu: sssd: Import ensure-no-mtimes-pre-1980., guix-commits, 2024/11/01
- 10/222: build-system/pyproject: Use TOML parser., guix-commits, 2024/11/01
- 11/222: gnu: python-pytest-xdist: Disable failing test., guix-commits, 2024/11/01
- 21/222: gnu: python-markdown-it-py: Update to 3.0.0., guix-commits, 2024/11/01
- 38/222: gnu: python-argcomplete: Add missing input.,
guix-commits <=
- 42/222: gnu: python-pynacl: Add missing inputs., guix-commits, 2024/11/01
- 30/222: gnu: python-traitlets: Update to 5.14.1., guix-commits, 2024/11/01
- 40/222: gnu: java-testng: Disable one test., guix-commits, 2024/11/01
- 48/222: gnu: python-joblib: Add missing inputs., guix-commits, 2024/11/01
- 09/222: guix: toml: Add TOML parser., guix-commits, 2024/11/01
- 05/222: build-system/pyproject: Use python-sans-pip-wrapper as default-python., guix-commits, 2024/11/01
- 15/222: gnu: Add missing import., guix-commits, 2024/11/01
- 18/222: gnu: python-typing-extensions: Update to 4.10.0., guix-commits, 2024/11/01
- 14/222: gnu: Add python-setuptools/python-wheel where necessary., guix-commits, 2024/11/01
- 28/222: gnu: Add python-pytest-mypy-testing., guix-commits, 2024/11/01