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.