Skip to content

Commit ebb5224

Browse files
Re-add system_python repo alias to MODULE.bazel (#20662)
PiperOrigin-RevId: 735391105 Co-authored-by: Protobuf Team Bot <protobuf-github-bot@google.com>
1 parent 4747628 commit ebb5224

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

MODULE.bazel

+5
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,11 @@ python = use_extension("@rules_python//python/extensions:python.bzl", "python")
6767
for python_version in SUPPORTED_PYTHON_VERSIONS
6868
]
6969

70+
use_repo(
71+
python,
72+
system_python = "python_{}".format(SUPPORTED_PYTHON_VERSIONS[-1].replace(".", "_")),
73+
)
74+
7075
pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip", dev_dependency = True)
7176

7277
[

0 commit comments

Comments
 (0)