~ruther/guix-local

36da2d325221caf9577a81080fcd0024060e2747 — Nicolas Graves 8 months ago e4be1cb
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>
1 files changed, 1 insertions(+), 2 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +1 -2
@@ 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")