mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-rgbxy: Disable tests.
* gnu/packages/python-xyz.scm (python-rgbxy)[arguments] <tests?>: No tests. [native-inputs]: Remove python-wheel. Change-Id: I1a440d8e3f3e1b9d80c9d4c693e40de5ad4cd1ef
This commit is contained in:
parent
a8a93afce3
commit
8b627e931a
1 changed files with 3 additions and 2 deletions
|
@ -27000,9 +27000,10 @@ filetypes can be easily added by creating plugins for them.")
|
|||
(sha256
|
||||
(base32 "0c3dgm1rf7ih79pgkj7adffn8hlyqh5qah8rbzlq436kz3srk83q"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f)) ;no tests in PyPI or Git
|
||||
(native-inputs
|
||||
(list python-setuptools
|
||||
python-wheel))
|
||||
(list python-setuptools))
|
||||
(home-page "https://github.com/benknight/hue-python-rgb-converter")
|
||||
(synopsis "RGB conversion tool in Python")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue