From 38d30028fef230051217c29ba75d58a5f52cc716 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Javier=20B=C3=A9rtoli?= Date: Mon, 26 Oct 2020 12:28:29 -0300 Subject: [PATCH] feat(crunch-dispatch-local): add crunch-run dependency MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit refs #16995 Arvados-DCO-1.1-Signed-off-by: Javier Bértoli --- services/crunch-dispatch-local/fpm-info.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 services/crunch-dispatch-local/fpm-info.sh diff --git a/services/crunch-dispatch-local/fpm-info.sh b/services/crunch-dispatch-local/fpm-info.sh new file mode 100644 index 0000000000..6956c4c597 --- /dev/null +++ b/services/crunch-dispatch-local/fpm-info.sh @@ -0,0 +1,5 @@ +# Copyright (C) The Arvados Authors. All rights reserved. +# +# SPDX-License-Identifier: AGPL-3.0 + +fpm_depends+=(crunch-run) -- 2.30.2