mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: python-grpcio-tools: Disable tests.
* gnu/packages/rpc.scm (python-grpcio-tools)[argumetns] <tests?>: No tests in PyPI archive. [native-inputs]: Remove python-wheel. Change-Id: I61dc4de8327dfdbeee4aca8a44b362b84ea271a7
This commit is contained in:
parent
884fe1b5ab
commit
f63ac0979d
1 changed files with 2 additions and 1 deletions
|
|
@ -237,12 +237,13 @@ HTTP/2-based RPC framework gRPC.")
|
|||
(build-system pyproject-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:tests? #f ;XXX: no tests in PyPI, try to bulid from Git
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'configure
|
||||
(lambda _
|
||||
(setenv "GRPC_PYTHON_BUILD_WITH_CYTHON" "1"))))))
|
||||
(native-inputs (list python-cython python-setuptools python-wheel))
|
||||
(native-inputs (list python-cython python-setuptools))
|
||||
(propagated-inputs (list python-grpcio python-protobuf-4))
|
||||
(home-page "https://grpc.io")
|
||||
(synopsis "Protobuf code generator for gRPC")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue