From 23048df5259ab99a45918738adb534405e4da1a5 Mon Sep 17 00:00:00 2001 From: Protobuf Team Bot Date: Tue, 27 Sep 2022 08:15:45 -0700 Subject: [PATCH] =?UTF-8?q?Fully-qualify=20labels=20in=20the=20=C2=B5pb=20?= =?UTF-8?q?repository.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is necessary at least for workspace rules because otherwise files will be taken from the main repository. PiperOrigin-RevId: 477175268 --- bazel/workspace_deps.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bazel/workspace_deps.bzl b/bazel/workspace_deps.bzl index c5036f6507..0f13d13b5b 100644 --- a/bazel/workspace_deps.bzl +++ b/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