Skip to content

Commit 8cf1220

Browse files
author
Jonathon Belotti
authored
restrict visibility on filegroup target only consumed in 1 place (#605)
1 parent c4a2147 commit 8cf1220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pip_install/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ filegroup(
2626
"//python/pip_install/extract_wheels:py_srcs",
2727
"//python/pip_install/parse_requirements_to_bzl:py_srcs",
2828
],
29-
visibility = ["//visibility:public"],
29+
visibility = ["//python/pip_install/private:__pkg__"],
3030
)
3131

3232
exports_files(

0 commit comments

Comments
 (0)