mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
164ad8549e
commit
8863c9064c
1 changed files with 2 additions and 2 deletions
|
@ -33586,8 +33586,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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue