File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
examples/bzlmod/multi-platform Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,19 @@ module(
66)
77
88bazel_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 " )
1010bazel_dep (name = "rules_oci" , version = "2.2.6" )
1111bazel_dep (name = "platforms" , version = "1.0.0" )
1212bazel_dep (name = "aspect_rules_py" , version = "1.6.1" )
1313bazel_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+
1522python = use_extension ("@rules_python//python/extensions:python.bzl" , "python" )
1623python .toolchain (
1724 is_default = True ,
You can’t perform that action at this time.
0 commit comments