Fully-qualify labels in the µpb repository.

This is necessary at least for workspace rules because otherwise files will be
taken from the main repository.

PiperOrigin-RevId: 477175268
pull/13171/head
Protobuf Team Bot 2 years ago committed by Copybara-Service
parent 8cc3e07735
commit 23048df525
  1. 2
      bazel/workspace_deps.bzl

@ -25,7 +25,7 @@ def upb_deps():
name = "com_google_protobuf",
repo = "https://github.com/protocolbuffers/protobuf",
commit = "5407aa62af5f8d71c344ef10877806232a137991",
patches = ["//bazel:protobuf.patch"],
patches = ["@upb//bazel:protobuf.patch"],
)
rules_python_version = "0.12.0" # Latest @ August 31, 2022

Loading…
Cancel
Save