Skip to content

Commit 88fc62f

Browse files
RedBeard0531MongoDB Bot
authored andcommitted
SERVER-98435 improve and unify declaration normalization and parentage (#34927)
GitOrigin-RevId: 698df8fbfcc0e51cf5a6ca976d1a035fabd6307f
1 parent 1219977 commit 88fc62f

File tree

2 files changed

+250
-95
lines changed

2 files changed

+250
-95
lines changed

modules_poc/BUILD.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ py_binary(
1818
# "@mongo_toolchain//:v4/lib/libclang.so",
1919
],
2020
deps = [
21+
dependency(
22+
"regex",
23+
group = "compile",
24+
),
2125
dependency(
2226
"pyyaml",
2327
group = "core",

0 commit comments

Comments
 (0)