File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,6 @@ bzl_library(
135135 srcs = ["py_cc_link_params_info.bzl" ],
136136 deps = [
137137 "//python/private/common:providers_bzl" ,
138- "@bazel_features//:features" ,
139138 "@rules_python_internal//:rules_python_config_bzl" ,
140139 ],
141140)
Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ bzl_library(
343343 ],
344344 deps = [
345345 ":bazel_tools_bzl" ,
346- "@bazel_features //:features " ,
346+ "@rules_python_internal //:rules_python_config_bzl " ,
347347 ],
348348)
349349
Original file line number Diff line number Diff line change @@ -8,4 +8,3 @@ PyCcLinkParamsInfo = (
88 config .enable_pystar or config .BuiltinPyCcLinkParamsProvider == None
99 ) else config .BuiltinPyCcLinkParamsProvider
1010)
11- print (native .legacy_globals )
You can’t perform that action at this time.
0 commit comments