rekado pushed a commit to branch python-team
in repository guix.
commit 764e6fa66a01b4ef0c9dfd3771161ad72ab01b84
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Sat Apr 6 15:42:44 2024 +0200
gnu: python-versioneer: Add missing input and use minimal git.
* gnu/packages/python-xyz.scm (python-versioneer)[native-inputs]: Add
python-pypa-build and replace git with git-minimal.
Change-Id: I7cca27d87f5c6f7da1318c87cac134176335b56a
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ef24533b0f..9d7ed8db58 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -32499,8 +32499,8 @@ EDU SDK. This library has the following features:
(invoke "pycodestyle" "--max-line-length=88"
"git_version.py" "versioneer.py")))))))
(native-inputs
- (list git python-flake8 python-pycodestyle python-pyflakes
- python-setuptools python-wheel))
+ (list git-minimal python-flake8 python-pycodestyle python-pyflakes
+ python-pypa-build python-setuptools python-wheel))
(propagated-inputs
(list python-tomli))
(home-page "https://github.com/python-versioneer/python-versioneer")