Skip to content

Commit ba7329c

Browse files
oharboeclaude
andcommitted
build: update rules_python version to 1.8.5 to match resolved dependency
The root module required rules_python@1.2.0 but the resolved dependency graph had rules_python@1.8.5, causing a Bazel WARNING on every build. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
1 parent df27ce6 commit ba7329c

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

MODULE.bazel

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,15 @@ git_override(
1515
remote = "https://github.com/The-OpenROAD-Project/bazel-orfs.git",
1616
)
1717

18-
bazel_dep(name = "rules_python", version = "1.2.0")
18+
# Transitive dep of bazel-orfs (lives in its verilog/ subdirectory).
19+
bazel_dep(name = "bazel-orfs-verilog")
20+
archive_override(
21+
module_name = "bazel-orfs-verilog",
22+
strip_prefix = "bazel-orfs-e46fca0214def95ecfbada54a8028da7d47fd122/verilog",
23+
urls = ["https://github.com/The-OpenROAD-Project/bazel-orfs/archive/e46fca0214def95ecfbada54a8028da7d47fd122.tar.gz"],
24+
)
25+
26+
bazel_dep(name = "rules_python", version = "1.8.5")
1927
bazel_dep(name = "rules_shell", version = "0.6.1")
2028

2129
python = use_extension("@rules_python//python/extensions:python.bzl", "python")

0 commit comments

Comments
 (0)