mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-ioctl-opt: Disable tests.
* gnu/packages/python-xyz.scm (python-ioctl-opt)[arguments] <tests?>: No tests. [native-inputs]: Remove python-wheel. Change-Id: Ia6331b4f5a19898f79124df1f22d3ee52d6cb6c9
This commit is contained in:
parent
cb28686943
commit
25a9c8a6b0
1 changed files with 3 additions and 1 deletions
|
@ -32053,7 +32053,9 @@ standard error channel (stderr) in your program.")
|
|||
(sha256
|
||||
(base32 "1ygjgkzn0i61zk2yr27aqnma08c8xpblhdixli9f20if1nlgkm2y"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(arguments
|
||||
(list #:tests? #f)) ;no tests
|
||||
(native-inputs (list python-setuptools))
|
||||
(home-page "http://github.com/vpelletier/python-ioctl-opt")
|
||||
(synopsis "Functions to compute fnctl.ioctl's opt argument")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue