summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-08-16 23:23:45 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-25 09:36:18 +0100
commitbb9202072e4d365707c37888753b17475fcbf426 (patch)
tree2503d9ebb1d044a2ca7a4b708b3fdd4c90567222 /gnu/packages/python-xyz.scm
parentdf45608bd3404546cac7df04802b4a647c4bf4c6 (diff)
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
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 32a20c5925..6ebf335180 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -13660,7 +13660,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