We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5897c6 commit 2f8eba4Copy full SHA for 2f8eba4
googletest_deps.bzl
@@ -20,3 +20,13 @@ def googletest_deps():
20
strip_prefix = "abseil-cpp-20250127",
21
urls = ["https://github.com/abseil/abseil-cpp/archive/refs/tags/20250127.1.zip"],
22
)
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