Skip to content

Commit 728f6b8

Browse files
rickeylevaignas
andauthored
Update docs/toolchains.md
Co-authored-by: Ignas Anikevicius <[email protected]>
1 parent 88c6666 commit 728f6b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/toolchains.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,8 @@ interpreter, then introspect its installation to generate a full toolchain.
351351

352352
local_runtime_repo = use_repo_rule(
353353
"@rules_python//python/local_toolchains:repos.bzl",
354-
"local_runtime_repo"
354+
"local_runtime_repo",
355+
dev_dependency = True,
355356
)
356357

357358
local_runtime_toolchains_repo = use_repo_rule(

0 commit comments

Comments
 (0)