From a4e90ff45a1834b868b4e98aca8f10b48744f7fd Mon Sep 17 00:00:00 2001 From: Jeff Klukas Date: Fri, 21 Mar 2025 09:52:05 -0400 Subject: [PATCH] Remove git_override for rules_python The relevant patch was included in rules_python 1.2.0 so this is no longer needed. --- examples/MODULE.bazel | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/examples/MODULE.bazel b/examples/MODULE.bazel index c70cebd..5984bdd 100644 --- a/examples/MODULE.bazel +++ b/examples/MODULE.bazel @@ -7,19 +7,12 @@ bazel_dep(name = "platforms", version = "0.0.11") bazel_dep(name = "protobuf", version = "29.3") bazel_dep(name = "rules_java", version = "8.6.3") bazel_dep(name = "rules_proto", version = "7.1.0") -bazel_dep(name = "rules_python", version = "1.2.0-rc0") +bazel_dep(name = "rules_python", version = "1.2.0") bazel_dep(name = "rules_rust", version = "0.59.1") bazel_dep(name = "rules_rust_prost", version = "0.59.1") bazel_dep(name = "rules_go", version = "0.53.0") bazel_dep(name = "rules_uv", version = "0.56.0") -# Need https://github.com/bazelbuild/rules_python/pull/2620 -git_override( - module_name = "rules_python", - commit = "e95f95f75c9078f252f5b03eca18cba12d2e2166", - remote = "https://github.com/alexeagle/rules_python.git", -) - # This example is in the same repo with the ruleset, so we should point to the code at HEAD # rather than use any release on the Bazel Central Registry. local_path_override(