summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerhard Lazu <gerhard@users.noreply.github.com>2021-07-21 14:05:03 +0100
committerGitHub <noreply@github.com>2021-07-21 14:05:03 +0100
commit9bd16af16f090eeb428818550cd2708b379e2a87 (patch)
treef73718e22f8d223ac6c28da16287bcd684c648a4
parent53d67fda1fd44cb844bfe6d3b80f6a1865f66054 (diff)
parent66ef8adfc8591e7cb8fa83fae16eb357745dcb27 (diff)
downloadrabbitmq-server-git-9bd16af16f090eeb428818550cd2708b379e2a87.tar.gz
Merge pull request #3213 from rabbitmq/fix-rabbitmq-prometheus-runtime-dep
Fix accept dependency in rabbitmq_prometheus
-rw-r--r--deps/rabbitmq_prometheus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/rabbitmq_prometheus/Makefile b/deps/rabbitmq_prometheus/Makefile
index 5f07090f2b..ae04cb3ceb 100644
--- a/deps/rabbitmq_prometheus/Makefile
+++ b/deps/rabbitmq_prometheus/Makefile
@@ -19,10 +19,10 @@ endef
PROJECT := rabbitmq_prometheus
PROJECT_MOD := rabbit_prometheus_app
-DEPS = rabbit rabbitmq_management_agent prometheus rabbitmq_web_dispatch
+DEPS = accept rabbit rabbitmq_management_agent prometheus rabbitmq_web_dispatch
# Deps that are not applications
# rabbitmq_management is added so that we build a custom version, for the Docker image
-BUILD_DEPS = accept amqp_client rabbit_common rabbitmq_management
+BUILD_DEPS = amqp_client rabbit_common rabbitmq_management
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers eunit_formatters
EUNIT_OPTS = no_tty, {report, {eunit_progress, [colored, profile]}}