blob: 320e503e1a4d12ac2cfb7845d911a8df5ccabb1a [file] [log] [blame]
"""Rules/macros for repository phase for local toolchains.
:::{versionadded} 1.4.0
:::
"""
load(
"@rules_python//python/private:local_runtime_repo.bzl",
_local_runtime_repo = "local_runtime_repo",
)
load(
"@rules_python//python/private:local_runtime_toolchains_repo.bzl",
_local_runtime_toolchains_repo = "local_runtime_toolchains_repo",
)
local_runtime_repo = _local_runtime_repo
local_runtime_toolchains_repo = _local_runtime_toolchains_repo