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
4 changes: 1 addition & 3 deletions python/private/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ filegroup(
# Using a filegroup rather than bzl_library to not give a transitive dependency on Skylib
filegroup(
name = "bzl",
srcs = [
"reexports.bzl",
],
srcs = glob(["**/*.bzl"]),
visibility = ["//python:__pkg__"],
)

Expand Down