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"])
3333filegroup (
3434 name = "distribution" ,
3535 srcs = glob (["**" ]) + [
36- "//python/constraints:distribution" ,
3736 "//python/config_settings:distribution" ,
37+ "//python/constraints:distribution" ,
3838 "//python/private:distribution" ,
3939 "//python/runfiles:distribution" ,
4040 ],
Original file line number Diff line number Diff line change @@ -2,10 +2,10 @@ filegroup(
22 name = "distribution" ,
33 srcs = glob (["*.bzl" ]) + [
44 "BUILD.bazel" ,
5+ "//python/pip_install/private:distribution" ,
56 "//python/pip_install/tools/dependency_resolver:distribution" ,
67 "//python/pip_install/tools/lib:distribution" ,
78 "//python/pip_install/tools/wheel_installer:distribution" ,
8- "//python/pip_install/private:distribution" ,
99 ],
1010 visibility = ["//:__pkg__" ],
1111)
You can’t perform that action at this time.
0 commit comments