diff options
author | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-23 00:27:17 +0100 |
---|---|---|
committer | Steven Le Rouzic <steven.lerouzic@gmail.com> | 2025-01-23 00:34:51 +0100 |
commit | 5c45530359187a63356dae05314263168e6a31a1 (patch) | |
tree | 307ed2fb461c2b2a9ee66d7f736a7086aa95ba32 /MODULE.bazel | |
parent | e5acc1eaa7e342b64ccfaaef5ea502cd623e41d5 (diff) |
Add Python as dev dependency
Diffstat (limited to 'MODULE.bazel')
-rw-r--r-- | MODULE.bazel | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MODULE.bazel b/MODULE.bazel index 6dffe70..a10bf6f 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -9,3 +9,7 @@ git_override( remote = "https://github.com/hedronvision/bazel-compile-commands-extractor.git",
commit = "4f28899228fb3ad0126897876f147ca15026151e",
)
+
+bazel_dep(name = "rules_python", version = "1.1.0", dev_dependency = True)
+python = use_extension("@rules_python//python/extensions:python.bzl", "python")
+python.toolchain(python_version = "3.13", is_default = True)
|