blob: 46f1b96faa053a600d908fb1b5d72453e62c426c [file] [log] [blame]
load("@rules_python//tests/support:py_reconfig.bzl", "py_reconfig_binary")
package(
default_visibility = ["//visibility:public"],
)
py_reconfig_binary(
name = "external_main",
srcs = [":external_main.py"],
# We're testing a system_python specific code path,
# so force using that bootstrap
bootstrap_impl = "system_python",
main = "external_main.py",
)