Skip to content

Commit db4c5ef

Browse files
committed
Use aignas/refactor-simplify-markers
1 parent 4b22c63 commit db4c5ef

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

examples/bzlmod/multi-platform/MODULE.bazel

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,19 @@ module(
66
)
77

88
bazel_dep(name = "aspect_bazel_lib", version = "2.19.4")
9-
bazel_dep(name = "rules_python", version = "1.5.1")
9+
bazel_dep(name = "rules_python", version = "0.0.0")
1010
bazel_dep(name = "rules_oci", version = "2.2.6")
1111
bazel_dep(name = "platforms", version = "1.0.0")
1212
bazel_dep(name = "aspect_rules_py", version = "1.6.1")
1313
bazel_dep(name = "rules_pkg", version = "1.1.0")
1414

15+
git_override(
16+
module_name = "rules_python",
17+
commit = "f6932393bd31ab1344f8d9cb95671ca44c0e30fe",
18+
# aignas:refactor-simplify-markers
19+
remote = "https://github.com/aignas/rules_python.git",
20+
)
21+
1522
python = use_extension("@rules_python//python/extensions:python.bzl", "python")
1623
python.toolchain(
1724
is_default = True,

0 commit comments

Comments
 (0)