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 e823657 commit 5b7f003Copy full SHA for 5b7f003
WORKSPACE
@@ -17,6 +17,13 @@ workspace(name = "rules_python")
17
# Everything below this line is used only for developing rules_python. Users
18
# should not copy it to their WORKSPACE.
19
20
+# Necessary so that Bazel 9 recognizes this as rules_python and doesn't try
21
+# to load the version Bazel itself uses by default.
22
+local_repository(
23
+ name = "rules_python",
24
+ path = ".",
25
+)
26
+
27
load("//:internal_dev_deps.bzl", "rules_python_internal_deps")
28
29
rules_python_internal_deps()
0 commit comments