Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion py/private/venv/venv.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ def _make_venv(ctx, name = None, main = None, strip_pth_workspace_root = None):
name = _get_attr(ctx.attr, "name", name)
strip_pth_workspace_root = _get_attr(ctx.attr, "strip_pth_workspace_root", strip_pth_workspace_root)

# Get each path to every wheel we need, this includes the transitive wheels
# Get each path to every wheel we need, this includes the transitive wheels
# As these are just filegroups, then we need to dig into the default_runfiles to get the transitive files
# Create a depset for all these
Expand Down