Skip to content

Commit ff6713d

Browse files
committed
Fix deps for rabbit_common in make
so that dialyze passes
1 parent 2c03038 commit ff6713d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/rabbit_common/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ define HEX_TARBALL_EXTRA_METADATA
2525
}
2626
endef
2727

28-
LOCAL_DEPS = compiler crypto public_key sasl ssl syntax_tools tools xmerl
29-
DEPS = thoas recon credentials_obfuscation
28+
LOCAL_DEPS = compiler crypto public_key sasl ssl syntax_tools tools xmerl os_mon runtime_tools
29+
DEPS = thoas ranch recon credentials_obfuscation
3030

3131
# Variables and recipes in development.*.mk are meant to be used from
3232
# any Git clone. They are excluded from the files published to Hex.pm.

0 commit comments

Comments
 (0)