Skip to content

Commit 13f2197

Browse files
committed
add missing bzl_library deps
1 parent 170fe3b commit 13f2197

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

python/private/pypi/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ bzl_library(
125125
"@bazel_features//:features",
126126
"@pythons_hub//:interpreters_bzl",
127127
"@pythons_hub//:versions_bzl",
128+
"@rules_python_internal//:rules_python_config_bzl",
128129
],
129130
)
130131

@@ -438,6 +439,7 @@ bzl_library(
438439
"//python/private:envsubst_bzl",
439440
"//python/private:is_standalone_interpreter_bzl",
440441
"//python/private:repo_utils_bzl",
442+
"@rules_python_internal//:rules_python_config_bzl",
441443
],
442444
)
443445

0 commit comments

Comments
 (0)