Skip to content

Commit 2f8eba4

Browse files
authored
Update googletest_deps.bzl
fix python_rules_internal
1 parent a5897c6 commit 2f8eba4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

googletest_deps.bzl

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,13 @@ def googletest_deps():
2020
strip_prefix = "abseil-cpp-20250127",
2121
urls = ["https://github.com/abseil/abseil-cpp/archive/refs/tags/20250127.1.zip"],
2222
)
23+
24+
git_repository(
25+
name = "rules_python",
26+
tag = "1.3.0",
27+
remote = "https://github.com/bazelbuild/rules_python.git",
28+
)
29+
30+
# if missing it will trig the error message of the OP
31+
load("@rules_python//python:repositories.bzl", "py_repositories")
32+
py_repositories()

0 commit comments

Comments
 (0)