1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02: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:
Sharlatan Hellseher
2025-09-22 22:09:04 +01:00
parent 884fe1b5ab
commit f63ac0979d

View File

@@ -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")