List all deps when installing

By default bindep will only list missing packages, but we want to list
all packages. If we don't then some packages may have been automatically
pulled in and they will get automatically removed (like ldap)

Change-Id: I5e0b3bc8e1e41556c9e61e6e215dc90b4ee50ecd
This commit is contained in:
Sam Yaple 2017-12-06 01:34:42 -05:00
parent abb92a3725
commit cabdc722f6
No known key found for this signature in database
GPG Key ID: 9329D8A45034DAB9
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