From b955a1490d5536dbd6c3a57ad01b4cd58320fc50 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Mon, 18 Sep 2023 11:44:59 +0200 Subject: [PATCH] "Depends" requires the dependencies to be comma-separated. --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 71102eba..46acd6dd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -287,7 +287,7 @@ steps: Package: $GIT_PKG_NAME Version: $GIT_VERSION Maintainer: Fabio Manganiello - Depends: $(cat platypush/install/requirements/debian.txt | tr '\n' ' ') + Depends: $(cat platypush/install/requirements/debian.txt | tr '\n' ',' | sed -re 's/,$//' -e 's/,/, /g') Architecture: all Homepage: https://platypush.tech Description: Universal command executor and automation hub.