File tree Expand file tree Collapse file tree
examples/bzlmod/other_module Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,20 +5,10 @@ module(
55# This module is using the same version of rules_python
66# that the parent module uses.
77bazel_dep (name = "rules_python" , version = "" )
8-
9- # The story behind this commented out override:
10- # This override is necessary to generate/update the requirements file
11- # for this module. This is because running it via the outer
12- # module doesn't work -- the `requirements.update` target can't find
13- # the correct file to update.
14- # Running in the submodule itself works, but submodules using overrides
15- # is considered an error until Bazel 6.3, which prevents the outer module
16- # from depending on this module.
17- # So until 6.3 and higher is the minimum, we leave this commented out.
18- # local_path_override(
19- # module_name = "rules_python",
20- # path = "../../..",
21- # )
8+ local_path_override (
9+ module_name = "rules_python" ,
10+ path = "../../.." ,
11+ )
2212
2313PYTHON_NAME_39 = "python_3_9"
2414
You can’t perform that action at this time.
0 commit comments