@@ -36,6 +36,7 @@ filegroup(
36
36
"//python/constraints:distribution" ,
37
37
"//python/legacy_pip_import:distribution" ,
38
38
"//python/runfiles:distribution" ,
39
+ "//python/private:distribution" ,
39
40
],
40
41
visibility = ["//:__pkg__" ],
41
42
)
@@ -48,8 +49,8 @@ filegroup(
48
49
"defs.bzl" ,
49
50
"packaging.bzl" ,
50
51
"pip.bzl" ,
51
- "private/reexports.bzl" ,
52
52
"whl.bzl" ,
53
+ "//python/private:bzl" ,
53
54
],
54
55
visibility = ["//:__pkg__" ],
55
56
)
@@ -61,14 +62,6 @@ exports_files([
61
62
"python.bzl" , # Deprecated, please use defs.bzl
62
63
])
63
64
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
-
72
65
# This target can be used to inspect the current Python major version. To use,
73
66
# put it in the `flag_values` attribute of a `config_setting` and test it
74
67
# against the values "PY2" or "PY3". It will always match one or the other.
0 commit comments