diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-02-25 10:23:54 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:35 +0100 |
| commit | 71444ac38bc1c6a0ea76a9dfb064a964c9b31567 (patch) | |
| tree | 2f7f06ab153bc367edea2d01d77b441fdb4bfe72 /gnu/packages/python-xyz.scm | |
| parent | 5b2625c88940150a993472d3f91972e1e1bd7e3e (diff) | |
gnu: Remove python-covdefaults native-input from some packages.
Remove python-covdefaults from [native-inputs] in the following packages as not
required for build/tests/install:
* gnu/packages/python-xyz.scm (python-pyproject-api)
* gnu/packages/version-control.scm (pre-commit)
Change-Id: I97ac72184393a86c5eabf32a558efc95630f07e3
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 8b4c950eeed..7aeec95ff39 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -21928,8 +21928,7 @@ database, file, dict stores. Cachy supports python versions 2.7+ and 3.2+.") ;; This fails because wheel shows up in requirements " and not test_setuptools_get_requires_for_build_wheel")))) (native-inputs - (list python-covdefaults - python-hatch-vcs + (list python-hatch-vcs python-hatchling python-pytest python-pytest-cov |
