Skip to content

Commit b8d2e9b

Browse files
authored
chore: add missing py_internal dep to venv_runfiles (#3462)
Add the missing py_internal.bzl dep to venv_runfiles.bzl
1 parent 1198422 commit b8d2e9b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

python/private/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -724,6 +724,7 @@ bzl_library(
724724
deps = [
725725
":common_bzl",
726726
":py_info.bzl",
727+
":py_internal.bzl",
727728
"@bazel_skylib//lib:paths",
728729
],
729730
)

0 commit comments

Comments
 (0)