Skip to content

Commit

Permalink
Hack: use rules_python_internal
Browse files Browse the repository at this point in the history
  • Loading branch information
jsharpe committed Jan 3, 2025
1 parent 36d5148 commit a4bfade
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ python = use_extension("@rules_python//python/extensions:python.bzl", "python")
python.toolchain(python_version = "3.12")
use_repo(python, "python_3_12")

internal_deps = use_extension("@rules_python//python/private:internal_deps.bzl", "internal_deps")
use_repo(internal_deps, "rules_python_internal")

tools = use_extension("@rules_foreign_cc//foreign_cc:extensions.bzl", "tools")
use_repo(
tools,
Expand Down

0 comments on commit a4bfade

Please sign in to comment.