~ruther/guix-local

f2c32b08a7f6b16d6b9341ee8028468c96bd97fa — Nicolas Graves 1 year, 2 months ago 0967ebf
gnu: python-grcpio-tools: Switch to pyproject.

* gnu/packages/rpc.scm (python-grcpio-tools)
[build-system]: Switch to pyproject.
[native-inputs]: Add python-setuptools, python-wheel.

Signed-off-by: Andreas Enge <andreas@enge.fr>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/rpc.scm
M gnu/packages/rpc.scm => gnu/packages/rpc.scm +2 -2
@@ 274,7 274,7 @@ with the HTTP/2-based RPC framework gRPC.")
        '(delete-file "grpc_tools/_protoc_compiler.cpp"))
       (sha256
        (base32 "0g3xwv55lvf5w64zb44dipwqz7729cbqc7rib77ddqab91w56jzn"))))
    (build-system python-build-system)
    (build-system pyproject-build-system)
    (arguments
     (list
      #:phases


@@ 282,7 282,7 @@ with the HTTP/2-based RPC framework gRPC.")
          (add-after 'unpack 'configure
            (lambda _
              (setenv "GRPC_PYTHON_BUILD_WITH_CYTHON" "1"))))))
    (native-inputs (list python-cython))
    (native-inputs (list python-cython python-setuptools python-wheel))
    (propagated-inputs (list python-grpcio python-protobuf))
    (home-page "https://grpc.io")
    (synopsis "Protobuf code generator for gRPC")