forked from platypush/platypush
"Depends" requires the dependencies to be comma-separated.
This commit is contained in:
parent
73609c7f0b
commit
b955a1490d
1 changed files with 1 additions and 1 deletions
|
@ -287,7 +287,7 @@ steps:
|
|||
Package: $GIT_PKG_NAME
|
||||
Version: $GIT_VERSION
|
||||
Maintainer: Fabio Manganiello <fabio@platypush.tech>
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue