Changed Bazel/Workspace to use @com_google_protobuf//python/dist:syst… (#37971)

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 b4f57e06d2
PiperOrigin-RevId: 688300513
pull/37979/head
Esun Kim 1 month ago committed by Copybara-Service
parent 14f22c7fd7
commit eacb2f72c8
  1. 2
      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",

Loading…
Cancel
Save