Skip to content

Commit e103110

Browse files
authored
Update toolchains.md
Remove `dev_dependency = True` for use_repo_rule invocations - invalid kwarg
1 parent ab3e3f7 commit e103110

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/toolchains.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,13 +432,11 @@ interpreter, then introspect its installation to generate a full toolchain.
432432
local_runtime_repo = use_repo_rule(
433433
"@rules_python//python/local_toolchains:repos.bzl",
434434
"local_runtime_repo",
435-
dev_dependency = True,
436435
)
437436

438437
local_runtime_toolchains_repo = use_repo_rule(
439438
"@rules_python//python/local_toolchains:repos.bzl",
440439
"local_runtime_toolchains_repo",
441-
dev_dependency = True,
442440
)
443441

444442
# Step 1: Define the Python runtime

0 commit comments

Comments
 (0)