Skip to content

Commit 1a79c2a

Browse files
authored
Fixed stamp.bzl missing form @rules_python//:bzl target. (#560)
1 parent af935ce commit 1a79c2a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

python/private/BUILD

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ filegroup(
2626
# Using a filegroup rather than bzl_library to not give a transitive dependency on Skylib
2727
filegroup(
2828
name = "bzl",
29-
srcs = [
30-
"reexports.bzl",
31-
],
29+
srcs = glob(["**/*.bzl"]),
3230
visibility = ["//python:__pkg__"],
3331
)
3432

0 commit comments

Comments
 (0)