Skip to content

Commit

Permalink
[WORKSPACE] Add py_repositories() call
Browse files Browse the repository at this point in the history
This is required as mentioned in the unreleased rules_python repository CHANGELOG:
https://github.com/bazelbuild/rules_python/blob/main/CHANGELOG.md
  • Loading branch information
brenting authored and tkoeppe committed Oct 5, 2023
1 parent 3d6a4fe commit de0d047
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@ load("@build_bazel_apple_support//lib:repositories.bzl", "apple_support_dependen

apple_support_dependencies()

load("@rules_python//python:repositories.bzl", "py_repositories", "python_register_toolchains")

py_repositories()

python_repo(
name = "python_system",
)
Expand Down

0 comments on commit de0d047

Please sign in to comment.