Merge "List all deps when installing"

This commit is contained in:
Zuul 2017-12-14 06:48:38 +00:00 committed by Gerrit Code Review
commit 575478400f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ if [[ "${PYTHON3}" != "no" ]]; then
python3=python3
fi
PACKAGES=($(bindep -f /opt/loci/bindep.txt -b ${PROJECT} ${PROFILES} ${python3} || :))
PACKAGES=($(bindep -f /opt/loci/bindep.txt -b -l newline ${PROJECT} ${PROFILES} ${python3} || :))
if [[ ! -z ${PACKAGES} ]]; then
case ${distro} in