mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
e9162cd10c
commit
eb58ded69b
1 changed files with 1 additions and 1 deletions
|
@ -13684,7 +13684,7 @@ displayed.")
|
||||||
(base32 "0bmpd7qxcvin8szblilxmw50v7mygf6a6i180h82123s893gk092"))))
|
(base32 "0bmpd7qxcvin8szblilxmw50v7mygf6a6i180h82123s893gk092"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-setuptools python-wheel))
|
(list python-pytest python-setuptools))
|
||||||
(home-page "https://www.hsluv.org")
|
(home-page "https://www.hsluv.org")
|
||||||
(synopsis "Human-friendly HSL colour space implemented in Python")
|
(synopsis "Human-friendly HSL colour space implemented in Python")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue