File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ licenses(["notice"])
33
33
filegroup (
34
34
name = "distribution" ,
35
35
srcs = glob (["**" ]) + [
36
- "//python/constraints:distribution" ,
37
36
"//python/config_settings:distribution" ,
37
+ "//python/constraints:distribution" ,
38
38
"//python/private:distribution" ,
39
39
"//python/runfiles:distribution" ,
40
40
],
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ filegroup(
2
2
name = "distribution" ,
3
3
srcs = glob (["*.bzl" ]) + [
4
4
"BUILD.bazel" ,
5
+ "//python/pip_install/private:distribution" ,
5
6
"//python/pip_install/tools/dependency_resolver:distribution" ,
6
7
"//python/pip_install/tools/lib:distribution" ,
7
8
"//python/pip_install/tools/wheel_installer:distribution" ,
8
- "//python/pip_install/private:distribution" ,
9
9
],
10
10
visibility = ["//:__pkg__" ],
11
11
)
You can’t perform that action at this time.
0 commit comments