mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-click-7: Fix build.
* gnu/packages/python-xyz.scm (python-click-7): Fix build. [arguments] <tests?>: Disable them. [native-inputs]: Add python-setuptools. Change-Id: I09887788efb52c7088c3f69503004ff664d3c956
This commit is contained in:
parent
ff29494669
commit
b10a9995e6
1 changed files with 3 additions and 1 deletions
|
@ -7161,7 +7161,9 @@ with sensible defaults out of the box.")
|
||||||
(uri (pypi-uri "click" version))
|
(uri (pypi-uri "click" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "06kbzd6sjfkqan3miwj9wqyddfxc2b6hi7p5s4dvqjb3gif2bdfj"))))
|
(base32 "06kbzd6sjfkqan3miwj9wqyddfxc2b6hi7p5s4dvqjb3gif2bdfj"))))
|
||||||
(arguments `())))
|
(arguments (list #:tests? #f)) ;no tests in PyPI
|
||||||
|
(native-inputs
|
||||||
|
(list python-setuptools))))
|
||||||
|
|
||||||
(define-public python-clickgen
|
(define-public python-clickgen
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue