diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-01-12 19:57:30 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-14 08:38:25 +0700 |
commit | b3149d7b8b06c72b033424067d2279914822b435 (patch) | |
tree | 7b5a5344bc167c353234080449506c02f6b45c30 /libraries/grpc/README | |
parent | d4a195d3a8f76378a7ba55bf62619756cb48088f (diff) |
libraries/grpc: Remove Python 3 support
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/grpc/README')
-rw-r--r-- | libraries/grpc/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/grpc/README b/libraries/grpc/README index 4cd80295c7d2c..03152b0b7c99a 100644 --- a/libraries/grpc/README +++ b/libraries/grpc/README @@ -2,3 +2,6 @@ gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems. + +This SlackBuild builds gRPC in C++. python3-grpcio contains the Python 3 +build of gRPC. |