Skip to content

Commit 9c36859

Browse files
committed
fix bzl deps
1 parent 1b875ff commit 9c36859

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/private/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ bzl_library(
106106
name = "builders_util_bzl",
107107
srcs = ["builders_util.bzl"],
108108
deps = [
109+
":bzlmod_enabled_bzl",
109110
"@bazel_skylib//lib:types",
110111
],
111112
)
@@ -505,6 +506,7 @@ bzl_library(
505506
":bazel_tools_bzl",
506507
":internal_config_repo_bzl",
507508
":pythons_hub_bzl",
509+
":rules_python_config_repo_bzl",
508510
"//python:versions_bzl",
509511
"//python/private/pypi:deps_bzl",
510512
],

0 commit comments

Comments
 (0)