guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit d2988810cbc15b94c520e06e144704da27c00eaf
Author: Nicolas Graves <[email protected]>
AuthorDate: Tue Oct 28 23:52:07 2025 +0100
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 <[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 0dbfc476e4..c666078bd3 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -25662,8 +25662,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