Skip to content

Commit 7cb24ca

Browse files
authored
Rename protobuf to com_google_protobuf
1 parent 4a55ef4 commit 7cb24ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

python/private/py_repositories.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def py_repositories():
6262

6363
# Needed by rules_cc, triggerred by @rules_java_prebuilt in Bazel by using @rules_cc//cc:defs.bzl
6464
http_archive(
65-
name = "protobuf",
65+
name = "com_google_protobuf",
6666
sha256 = "da288bf1daa6c04d03a9051781caa52aceb9163586bff9aa6cfb12f69b9395aa",
6767
strip_prefix = "protobuf-27.0",
6868
url = "https://github.com/protocolbuffers/protobuf/releases/download/v27.0/protobuf-27.0.tar.gz",

0 commit comments

Comments
 (0)