Changed Bazel/Workspace to use @com_google_protobuf//python/dist:system_python.bzl

pull/37971/head
Esun Kim 1 month ago
parent 14f22c7fd7
commit b4f57e06d2
  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