guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 24cd871b0f36275a51992b9893cc1a35ae4fab7b
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Oct 28 23:48:01 2025 +0100
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 <[email protected]>
---
gnu/packages/python-xyz.scm | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 89ee1196fe..dff30b23e4 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17457,8 +17457,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")