File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -185,13 +185,13 @@ def rules_python_internal_deps():
185185 ],
186186 )
187187
188- # Needed by rules_cc, triggered by @rules_java_builtins from Bazel
189- http_archive (
190- name = "protobuf" ,
191- sha256 = "da288bf1daa6c04d03a9051781caa52aceb9163586bff9aa6cfb12f69b9395aa" ,
192- strip_prefix = "protobuf-27.0" ,
193- url = "https://github.com/protocolbuffers/protobuf/releases/download/v27.0/protobuf-27.0.tar.gz" ,
194- )
188+ ### Needed by rules_cc, triggered by @rules_java_builtins from Bazel
189+ ## http_archive(
190+ ## name = "protobuf",
191+ ## sha256 = "da288bf1daa6c04d03a9051781caa52aceb9163586bff9aa6cfb12f69b9395aa",
192+ ## strip_prefix = "protobuf-27.0",
193+ ## url = "https://github.com/protocolbuffers/protobuf/releases/download/v27.0/protobuf-27.0.tar.gz",
194+ ## )
195195
196196 # Needed for stardoc
197197 http_archive (
You can’t perform that action at this time.
0 commit comments