File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1414
1515load ("@bazel_skylib//rules:build_test.bzl" , "build_test" )
1616load ("@rules_pkg//pkg:tar.bzl" , "pkg_tar" )
17- load ("//python:py_binary.bzl" , "py_binary" )
1817load ("//tests/support:sh_py_run_test.bzl" , "py_reconfig_test" )
1918
2019build_test (
Original file line number Diff line number Diff line change @@ -97,7 +97,6 @@ def _py_reconfig_impl(ctx):
9797def _make_reconfig_rule (** kwargs ):
9898 attrs = {
9999 "bootstrap_impl" : attr .string (),
100- "relative_venv_symlinks" : attr .string (),
101100 "build_python_zip" : attr .string (default = "auto" ),
102101 "extra_toolchains" : attr .string_list (
103102 doc = """
@@ -109,6 +108,7 @@ toolchain.
109108""" ,
110109 ),
111110 "python_version" : attr .string (),
111+ "relative_venv_symlinks" : attr .string (),
112112 "target" : attr .label (executable = True , cfg = "target" ),
113113 "_allowlist_function_transition" : attr .label (
114114 default = "@bazel_tools//tools/allowlists/function_transition_allowlist" ,
You can’t perform that action at this time.
0 commit comments