aboutsummaryrefslogtreecommitdiff
path: root/dev_extension.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'dev_extension.bzl')
-rw-r--r--dev_extension.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev_extension.bzl b/dev_extension.bzl
index 8be534e..8925d26 100644
--- a/dev_extension.bzl
+++ b/dev_extension.bzl
@@ -29,7 +29,7 @@ def _dev_toolchains_repo_impl(rctx):
# If its the root module, then we're in rules_testing and
# it's a dev dependency situation.
if rctx.attr.is_root:
- toolchain_build = Label("@python3_11_toolchains//:BUILD.bazel")
+ toolchain_build = Label("@python_3_11_toolchains//:BUILD.bazel")
# NOTE: This is brittle. It only works because, luckily,
# rules_python's toolchain BUILD file is essentially self-contained.