diff options
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index ec3508eda1..1e6b856816 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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") |