diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-10-28 23:48:01 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-11-20 01:06:39 +0000 |
| commit | 36da2d325221caf9577a81080fcd0024060e2747 (patch) | |
| tree | 262361b2d67fab2951c4522283a306b30f3909be /gnu | |
| parent | e4be1cbb0f014ab9ebdcdabccb6d78f60308d99f (diff) | |
gnu: python-legacy-api-wrap: Remove coverage inputs.
* gnu/packages/python-xyz.scm (python-legacy-api-wrap)[native-inputs]:
Remove python-coverage.
Change-Id: I01e148ef7ce753fb5fc1036d26ff58a4ccbf1909
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu')
| -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 ab291edceee..058e8999d14 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -17348,8 +17348,7 @@ classes to wrap functions in a similar way, including a function decorator.") "1d5jyd8d2wxm6y0s39wwqw87gdm4zqlbyz78cf3yqbrim1xdch4w")))) (build-system pyproject-build-system) (native-inputs - (list python-coverage - python-hatch-vcs + (list python-hatch-vcs python-hatchling python-pytest)) (home-page "https://github.com/flying-sheep/legacy-api-wrap") |
