guix_mirror_bot pushed a commit to branch python-team in repository guix. commit 138c431533d24aa648a4f24b49d4a01d1fab0e66 Author: Sharlatan Hellseher <sharlata...@gmail.com> AuthorDate: Sat Aug 16 23:23:45 2025 +0100
gnu: python-hsluv: Fix tests. * gnu/packages/python-xyz.scm (python-hsluv): Fix tests. [native-inputs]: Remove python-wheel; add python-pytest. Change-Id: I26697d85f3eaea06a1cb76a2c327fbf2cb14d702 --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index bdba166ca6..dfe5674f95 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -13711,7 +13711,7 @@ displayed.") (base32 "0bmpd7qxcvin8szblilxmw50v7mygf6a6i180h82123s893gk092")))) (build-system pyproject-build-system) (native-inputs - (list python-setuptools python-wheel)) + (list python-pytest python-setuptools)) (home-page "https://www.hsluv.org") (synopsis "Human-friendly HSL colour space implemented in Python") (description