We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad6cb4 commit c4935b1Copy full SHA for c4935b1
docs/BUILD.bazel
@@ -106,6 +106,7 @@ sphinx_stardocs(
106
"//python/cc:py_cc_toolchain_bzl",
107
"//python/cc:py_cc_toolchain_info_bzl",
108
"//python/entry_points:py_console_script_binary_bzl",
109
+ "//python/extensions:config_bzl",
110
"//python/extensions:python_bzl",
111
"//python/local_toolchains:repos_bzl",
112
"//python/private:attr_builders_bzl",
python/private/BUILD.bazel
@@ -197,7 +197,10 @@ bzl_library(
197
bzl_library(
198
name = "internal_config_repo_bzl",
199
srcs = ["internal_config_repo.bzl"],
200
- deps = [":bzlmod_enabled_bzl"],
+ deps = [
201
+ ":repo_utils_bzl",
202
+ ":text_util_bzl",
203
+ ],
204
)
205
206
0 commit comments