Skip to content

Commit

Permalink
Add py_repositories() call
Browse files Browse the repository at this point in the history
Added a call to the py_repositories() as mentioned in the unreleased Python rules repository CHANGELOG:
https://github.com/bazelbuild/rules_python/blob/main/CHANGELOG.md
  • Loading branch information
brenting authored Sep 28, 2023
1 parent 7fd7348 commit f18680f
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 @@ -137,6 +137,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 f18680f

Please sign in to comment.