From 36da2d325221caf9577a81080fcd0024060e2747 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 28 Oct 2025 23:48:01 +0100 Subject: [PATCH] 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 --- 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 ab291edceeec3bfb480a20eb85a5987c06607455..058e8999d14947c48749df46a7471e96643b326d 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")