mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-zeroc-ice: Disable tests.
* gnu/packages/python-xyz.scm (python-zeroc-ice)[arguments] <tests?>: Test provided in Git, but there is no tag reflecting PyPI archive. [native-inputs]: Remove python-wheel. Change-Id: I1a9b2453fc53589e1701e5eb7d78575416881734
This commit is contained in:
parent
13ce997314
commit
7ca5588e58
1 changed files with 9 additions and 1 deletions
|
@ -40186,8 +40186,16 @@ read all zbar supported codes.")
|
|||
(base32
|
||||
"0r46q4hd7xbpvnidbra1prkg4xhmajxjjmclfqgp3pv0lgyslqxh"))))
|
||||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
;; XXX: No tests in PyPI, tere are tests in Git, but there is no 3.7.10.1
|
||||
;; tag.
|
||||
;;
|
||||
;; See:
|
||||
;; - URL: <https://raw.githubusercontent.com/zeroc-ice>
|
||||
;; - File: <ice/refs/heads/main/python/allTests.py>
|
||||
(list #:tests? #f))
|
||||
(inputs (list openssl))
|
||||
(native-inputs (list python-setuptools python-wheel))
|
||||
(native-inputs (list python-setuptools))
|
||||
(home-page "https://zeroc.com")
|
||||
(synopsis "RPC framework")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue