Skip to content

Commit

Permalink
chore: test what happens following rules_python change
Browse files Browse the repository at this point in the history
They redirected py_proto_library into the protocolbuffers/protobuf repo
  • Loading branch information
alexeagle committed Jun 11, 2024
1 parent 9d55180 commit 2758fea
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ bazel_dep(name = "rules_python", version = "0.32.2", dev_dependency = True)
bazel_dep(name = "rules_go", version = "0.48.0", dev_dependency = True)
bazel_dep(name = "rules_uv", version = "0.10.0", dev_dependency = True)

git_override(
module_name = "rules_python",
commit = "d0e25cfb41446e481da6e85f04ad0ac5bcf7ea80",
remote = "https://github.com/bazelbuild/rules_python.git",
)

register_toolchains(
"//examples/lang_toolchains:all",
dev_dependency = True,
Expand Down

0 comments on commit 2758fea

Please sign in to comment.