File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -10,8 +10,21 @@ http_archive(
1010)
1111
1212load ("@com_google_protobuf//:protobuf_deps.bzl" , "protobuf_deps" )
13-
1413protobuf_deps ()
1514
15+
16+ # Taken from
17+ # https://github.com/bazelbuild/rules_pkg/blob/main/pkg/deps.bzl.
18+ #
19+ # This is required under bazel 6 according to
20+ # https://github.com/bazelbuild/rules_pkg/issues/872, otherwise we
21+ # will see the same error.
22+ http_archive (
23+ name = "rules_python" ,
24+ sha256 = "0a8003b044294d7840ac7d9d73eef05d6ceb682d7516781a4ec62eeb34702578" ,
25+ strip_prefix = "rules_python-0.24.0" ,
26+ url = "https://github.com/bazelbuild/rules_python/releases/download/0.24.0/rules_python-0.24.0.tar.gz" ,
27+ )
28+
1629load ("@rules_pkg//:deps.bzl" , "rules_pkg_dependencies" )
1730rules_pkg_dependencies ()
You can’t perform that action at this time.
0 commit comments