aboutsummaryrefslogtreecommitdiff
path: root/libraries/grpc/README
diff options
context:
space:
mode:
authorisaackwy <isaacyu@protonmail.com>2024-01-12 19:57:30 -0800
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2024-01-14 08:38:25 +0700
commitb3149d7b8b06c72b033424067d2279914822b435 (patch)
tree7b5a5344bc167c353234080449506c02f6b45c30 /libraries/grpc/README
parentd4a195d3a8f76378a7ba55bf62619756cb48088f (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/README3
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.