mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-colorthief: Do not try to run tests.
* gnu/packages/python-xyz.scm (python-colorthief): Tests were absent in PyPI or Git. [arguments] <tests?>: Disable them. [native-inputs]: Remove python-wheel. Change-Id: Ib63b612913a3b494c7c0f4a717a790d71230f8d6
This commit is contained in:
parent
00a7c42629
commit
d5fee3edc7
1 changed files with 3 additions and 1 deletions
|
@ -2382,7 +2382,9 @@ as functions or string constants to form colored terminal output.")
|
|||
(sha256
|
||||
(base32 "08bjsmmkihyksms2vgndslln02rvw56lkxz28d39qrnxbg4v1707"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(arguments
|
||||
(list #:tests? #f)) ;no tests in PyPI or Git
|
||||
(native-inputs (list python-setuptools))
|
||||
(propagated-inputs (list python-pillow))
|
||||
(home-page "https://github.com/fengsp/color-thief-py")
|
||||
(synopsis "Grab the color palette of an image")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue