Skip to content

Commit 30ac79d

Browse files
committed
Load py_runtime/py_runtime_pair from rules_python
1 parent 913281d commit 30ac79d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MODULE.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module(name = "jsonnet", version = "0.0.0")
22

33
bazel_dep(name = "googletest", version = "1.11.0", repo_name = "com_google_googletest")
4+
bazel_dep(name = "rules_python", version = "0.40.0")
45

56
build_defs = use_extension("//tools/build_defs:extensions.bzl", "build_defs")
67
use_repo(

platform_defs/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("@bazel_tools//tools/python:toolchain.bzl", "py_runtime_pair")
1+
load("@rules_python//python:defs.bzl", "py_runtime", "py_runtime_pair")
22

33
py_runtime(
44
name = "python3",

0 commit comments

Comments
 (0)