Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8cf1220

Browse filesBrowse files
author
Jonathon Belotti
authored
restrict visibility on filegroup target only consumed in 1 place (bazel-contrib#605)
1 parent c4a2147 commit 8cf1220
Copy full SHA for 8cf1220

File tree

1 file changed

+1
-1
lines changed
Filter options

1 file changed

+1
-1
lines changed

‎python/pip_install/BUILD

Copy file name to clipboardExpand all lines: python/pip_install/BUILD
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.