Skip to content

Commit 02cae11

Browse files
committed
fixup
1 parent e873c7e commit 02cae11

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

internal_dev_deps.bzl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@ def rules_python_internal_deps():
4848
path = "tests/modules/other",
4949
)
5050

51+
local_repository(
52+
name = "another_module",
53+
path = "tests/modules/another_module",
54+
)
55+
5156
http_archive(
5257
name = "bazel_skylib",
5358
sha256 = "bc283cdfcd526a52c3201279cda4bc298652efa898b10b4db0837dc51652756f",

0 commit comments

Comments
 (0)