diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-02-27 22:02:46 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:18:33 +0000 |
commit | ede39ff36c82f9e3d86fc8867d441020b0ad2f83 (patch) | |
tree | 6a03584de00d07b3530f8c4e14990c5ce527e285 | |
parent | 5e27dfe01429910300e53ec3ada4dd309e1f6d30 (diff) |
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
-rw-r--r-- | gnu/packages/python-xyz.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 53facf9be4..24710a55c9 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -23796,6 +23796,7 @@ JPEG2000 and GIF files in pure Python.") python-mypy python-pexpect python-setuptools + python-setuptools-scm python-wheel tcsh fish |