Skip to content

Commit

Permalink
Fixed stamp.bzl missing form @rules_python//:bzl target. (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
UebelAndre authored Oct 26, 2021
1 parent af935ce commit 1a79c2a
Showing 1 changed file with 1 addition and 3 deletions.
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

0 comments on commit 1a79c2a

Please sign in to comment.