From eacb2f72c82d6749e73fc9581ac02783f10ca8f9 Mon Sep 17 00:00:00 2001 From: Esun Kim Date: Mon, 21 Oct 2024 15:50:41 -0700 Subject: [PATCH] =?UTF-8?q?Changed=20Bazel/Workspace=20to=20use=20@com=5Fg?= =?UTF-8?q?oogle=5Fprotobuf//python/dist:syst=E2=80=A6=20(#37971)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To address the upcoming breaking change; https://engdoc.corp.google.com/eng/doc/devguide/proto/news/2024-10-02.md?cl=head#python-remove-alias Closes #37971 COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/37971 from veblush:proto-bazel b4f57e06d202fb5d6e93371f937ddc0e5ff1fd24 PiperOrigin-RevId: 688300513 --- WORKSPACE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WORKSPACE b/WORKSPACE index f3188fcaeaf..175de18acd0 100644 --- a/WORKSPACE +++ b/WORKSPACE @@ -75,7 +75,7 @@ load("@grpc_python_dependencies//:requirements.bzl", "install_deps") install_deps() -load("@com_google_protobuf//bazel:system_python.bzl", "system_python") +load("@com_google_protobuf//python/dist:system_python.bzl", "system_python") system_python( name = "system_python",