diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-07-30 18:54:56 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-08-06 10:08:21 +0200 |
| commit | f2c32b08a7f6b16d6b9341ee8028468c96bd97fa (patch) | |
| tree | f42aa4520304bdf5895cc572701a6985aa4ac3b6 /gnu/packages | |
| parent | 0967ebff6ff9b77b9bf0ee8a1943f5bdf3bda02b (diff) | |
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>
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/rpc.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/rpc.scm b/gnu/packages/rpc.scm index 4d2bb7b0f33..2f3f3a25adf 100644 --- a/gnu/packages/rpc.scm +++ b/gnu/packages/rpc.scm @@ -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") |
