Skip to content

Commit e11868f

Browse files
committed
Module system can handle transitive dependencies
1 parent d130eca commit e11868f

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

test/foss/templates/MODULE.template

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,3 @@ local_path_override(
33
path = "../../../../",
44
)
55
bazel_dep(name = "codechecker_bazel")
6-
# zlib-modules runs on bazel 6 too
7-
bazel_dep(name = "rules_python", version = "0.38.0")
8-
# rules_cc can't be added a second time to a project
9-
# since we specifically target c++ projects in our test suit
10-
# They are more than likely to have already included rules_cc as a dependency
11-
#bazel_dep(name = "rules_cc", version = "0.2.16")

0 commit comments

Comments
 (0)