mirror of
https://codeberg.org/guix/guix.git
synced 2026-04-28 06:34:05 +00: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:
committed by
Andreas Enge
parent
dbc6b06e04
commit
4301099d8f
@@ -26008,8 +26008,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
|
||||
|
||||
Reference in New Issue
Block a user