Skip to content

Commit 1d72e09

Browse files
committed
add a missing bzl_library dep
1 parent f5ae2b4 commit 1d72e09

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

python/private/BUILD.bazel

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,10 @@ bzl_library(
197197
bzl_library(
198198
name = "internal_config_repo_bzl",
199199
srcs = ["internal_config_repo.bzl"],
200-
deps = [":bzlmod_enabled_bzl"],
200+
deps = [
201+
":bzlmod_enabled_bzl",
202+
":flags_bzl",
203+
],
201204
)
202205

203206
bzl_library(

0 commit comments

Comments
 (0)