File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -61,18 +61,19 @@ def py_repositories():
6161 )
6262
6363 ### Needed by rules_cc, triggerred by @rules_java_prebuilt in Bazel by using @rules_cc//cc:defs.bzl
64- ##http_archive(
65- ## name = "protobuf",
66- ## sha256 = "da288bf1daa6c04d03a9051781caa52aceb9163586bff9aa6cfb12f69b9395aa",
67- ## strip_prefix = "protobuf-29.0",
68- ## url = "https://github.com/protocolbuffers/protobuf/releases/download/v27.0/protobuf-27.0.tar.gz",
69- ##)
7064 http_archive (
7165 name = "protobuf" ,
72- sha256 = "ce5d00b78450a0ca400bf360ac00c0d599cc225f049d986a27e9a4e396c5a84a" ,
73- strip_prefix = "protobuf-29.0-rc2" ,
74- urls = [
75- "https://github.com/protocolbuffers/protobuf/releases/download/v29.0-rc2/protobuf-29.0-rc2.tar.gz" ,
76- ],
66+ sha256 = "da288bf1daa6c04d03a9051781caa52aceb9163586bff9aa6cfb12f69b9395aa" ,
67+ strip_prefix = "protobuf-27.0" ,
68+ url = "https://github.com/protocolbuffers/protobuf/releases/download/v27.0/protobuf-27.0.tar.gz" ,
7769 )
70+
71+ ##http_archive(
72+ ## name = "protobuf",
73+ ## sha256 = "ce5d00b78450a0ca400bf360ac00c0d599cc225f049d986a27e9a4e396c5a84a",
74+ ## strip_prefix = "protobuf-29.0-rc2",
75+ ## urls = [
76+ ## "https://github.com/protocolbuffers/protobuf/releases/download/v29.0-rc2/protobuf-29.0-rc2.tar.gz",
77+ ## ],
78+ ##)
7879 pypi_deps ()
You can’t perform that action at this time.
0 commit comments