@@ -36,6 +36,7 @@ filegroup(
3636 "//python/constraints:distribution" ,
3737 "//python/legacy_pip_import:distribution" ,
3838 "//python/runfiles:distribution" ,
39+ "//python/private:distribution" ,
3940 ],
4041 visibility = ["//:__pkg__" ],
4142)
@@ -48,8 +49,8 @@ filegroup(
4849 "defs.bzl" ,
4950 "packaging.bzl" ,
5051 "pip.bzl" ,
51- "private/reexports.bzl" ,
5252 "whl.bzl" ,
53+ "//python/private:bzl" ,
5354 ],
5455 visibility = ["//:__pkg__" ],
5556)
@@ -61,14 +62,6 @@ exports_files([
6162 "python.bzl" , # Deprecated, please use defs.bzl
6263])
6364
64- # Needed to define bzl_library targets for docgen. (We don't define the
65- # bzl_library target here because it'd give our users a transitive dependency
66- # on Skylib.)
67- exports_files (
68- ["private/reexports.bzl" ],
69- visibility = ["//docs:__pkg__" ],
70- )
71-
7265# This target can be used to inspect the current Python major version. To use,
7366# put it in the `flag_values` attribute of a `config_setting` and test it
7467# against the values "PY2" or "PY3". It will always match one or the other.
0 commit comments