Skip to content

Commit 01bea90

Browse files
committed
add bzl_library for venv_runfiles.bzl
1 parent 48f2515 commit 01bea90

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

python/private/BUILD.bazel

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,16 @@ bzl_library(
718718
],
719719
)
720720

721+
bzl_library(
722+
name = "venv_runfiles_bzl",
723+
srcs = ["venv_runfiles.bzl"],
724+
deps = [
725+
":common_bzl",
726+
":py_info.bzl",
727+
"@bazel_skylib//lib:paths.bzl",
728+
],
729+
)
730+
721731
# Needed to define bzl_library targets for docgen. (We don't define the
722732
# bzl_library target here because it'd give our users a transitive dependency
723733
# on Skylib.)

0 commit comments

Comments
 (0)