~ruther/guix-local

f63ac0979d41fd3e1a65ba3d9a7f4f7edb8d1d4e — Sharlatan Hellseher 6 months ago 884fe1b
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
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/rpc.scm
M gnu/packages/rpc.scm => gnu/packages/rpc.scm +2 -1
@@ 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")