aboutsummaryrefslogtreecommitdiff
path: root/examples/bzlmod_build_file_generation/other_module/MODULE.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bzlmod_build_file_generation/other_module/MODULE.bazel')
-rw-r--r--examples/bzlmod_build_file_generation/other_module/MODULE.bazel5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/bzlmod_build_file_generation/other_module/MODULE.bazel b/examples/bzlmod_build_file_generation/other_module/MODULE.bazel
new file mode 100644
index 0000000..992e120
--- /dev/null
+++ b/examples/bzlmod_build_file_generation/other_module/MODULE.bazel
@@ -0,0 +1,5 @@
+module(
+ name = "other_module",
+)
+
+bazel_dep(name = "rules_python", version = "")