Skip to content

Commit d30eb9d

Browse files
authored
Remove git_override for rules_python (#56)
The relevant patch was included in rules_python 1.2.0 so this is no longer needed.
1 parent ca18577 commit d30eb9d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

examples/MODULE.bazel

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,12 @@ bazel_dep(name = "platforms", version = "0.0.11")
77
bazel_dep(name = "protobuf", version = "29.3")
88
bazel_dep(name = "rules_java", version = "8.6.3")
99
bazel_dep(name = "rules_proto", version = "7.1.0")
10-
bazel_dep(name = "rules_python", version = "1.2.0-rc0")
10+
bazel_dep(name = "rules_python", version = "1.2.0")
1111
bazel_dep(name = "rules_rust", version = "0.59.1")
1212
bazel_dep(name = "rules_rust_prost", version = "0.59.1")
1313
bazel_dep(name = "rules_go", version = "0.53.0")
1414
bazel_dep(name = "rules_uv", version = "0.56.0")
1515

16-
# Need https://github.com/bazelbuild/rules_python/pull/2620
17-
git_override(
18-
module_name = "rules_python",
19-
commit = "e95f95f75c9078f252f5b03eca18cba12d2e2166",
20-
remote = "https://github.com/alexeagle/rules_python.git",
21-
)
22-
2316
# This example is in the same repo with the ruleset, so we should point to the code at HEAD
2417
# rather than use any release on the Bazel Central Registry.
2518
local_path_override(

0 commit comments

Comments
 (0)