Skip to content

Commit de0d047

Browse files
brentingtkoeppe
authored andcommitted
[WORKSPACE] Add py_repositories() call
This is required as mentioned in the unreleased rules_python repository CHANGELOG: https://github.com/bazelbuild/rules_python/blob/main/CHANGELOG.md
1 parent 3d6a4fe commit de0d047

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

WORKSPACE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ load("@build_bazel_apple_support//lib:repositories.bzl", "apple_support_dependen
139139

140140
apple_support_dependencies()
141141

142+
load("@rules_python//python:repositories.bzl", "py_repositories", "python_register_toolchains")
143+
144+
py_repositories()
145+
142146
python_repo(
143147
name = "python_system",
144148
)

0 commit comments

Comments
 (0)