From ff6713d13d84f6fb91bdd212b1ff2a7a72bb3212 Mon Sep 17 00:00:00 2001 From: Rin Kuryloski Date: Thu, 18 Apr 2024 19:11:01 +0200 Subject: [PATCH] Fix deps for rabbit_common in make so that dialyze passes --- deps/rabbit_common/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/rabbit_common/Makefile b/deps/rabbit_common/Makefile index a747135a3c67..86584eb97574 100644 --- a/deps/rabbit_common/Makefile +++ b/deps/rabbit_common/Makefile @@ -25,8 +25,8 @@ define HEX_TARBALL_EXTRA_METADATA } endef -LOCAL_DEPS = compiler crypto public_key sasl ssl syntax_tools tools xmerl -DEPS = thoas recon credentials_obfuscation +LOCAL_DEPS = compiler crypto public_key sasl ssl syntax_tools tools xmerl os_mon runtime_tools +DEPS = thoas ranch recon credentials_obfuscation # Variables and recipes in development.*.mk are meant to be used from # any Git clone. They are excluded from the files published to Hex.pm.