File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ you should read the dev-only library module section.
38
38
39
39
```
40
40
bazel_dep(name="rules_python", version=...)
41
- python = use_extension("@rules_python//extensions:python.bzl", "python")
41
+ python = use_extension("@rules_python//python/ extensions:python.bzl", "python")
42
42
43
43
python.toolchain(python_version = "3.12", is_default = True)
44
44
```
@@ -63,7 +63,7 @@ specify `dev_dependency = True` to the bzlmod APIs:
63
63
bazel_dep(name = "rules_python", version=..., dev_dependency = True)
64
64
65
65
python = use_extension(
66
- "@rules_python//extensions:python.bzl",
66
+ "@rules_python//python/ extensions:python.bzl",
67
67
"python",
68
68
dev_dependency = True
69
69
)
@@ -109,7 +109,7 @@ the version-aware rules for `py_binary`.
109
109
# MODULE.bazel
110
110
bazel_dep(name = "rules_python", version=...)
111
111
112
- python = use_extension("@rules_python//extensions:python.bzl", "python")
112
+ python = use_extension("@rules_python//python/ extensions:python.bzl", "python")
113
113
python.toolchain(python_version = "3.12")
114
114
115
115
# BUILD.bazel
You can’t perform that action at this time.
0 commit comments