1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-semver: Remove coverage inputs.

* gnu/packages/python-xyz.scm (python-semver)
[native-inputs]: Remove python-pytest-cov, python-wheel.

Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2025-10-28 23:52:07 +01:00
committed by Sharlatan Hellseher
parent b121e64fcb
commit 55d158f776

View File

@@ -25903,8 +25903,7 @@ Angus Johnson's polygon clipping Clipper library (ver. 6.4.2).")
(sha256
(base32 "00lnb1mpppgq041kwcbg405rqsi2mzl8dw1s0c8hmvd5hk2xiixg"))))
(build-system pyproject-build-system)
(native-inputs (list python-pytest python-pytest-cov python-setuptools
python-wheel))
(native-inputs (list python-pytest python-setuptools))
(home-page "https://github.com/k-bx/python-semver")
(synopsis "Python helper for Semantic Versioning")
(description