Install dist packages before pip packages

Sometimes we need dist packages before
installing pip packages. For example
we might want gcc to be able to install
some pip packages from source.

Change-Id: I820a35f61999acbbed40a83b33ea523a0c15fcc6
This commit is contained in:
Vladimir Kozhukalov 2023-04-03 03:04:51 +03:00
parent f725a1256a
commit c152ea081b
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ if [[ "${PLUGIN}" == "no" ]]; then
$(dirname $0)/create_user.sh
$(dirname $0)/setup_pip.sh
$(dirname $0)/pip_install.sh bindep
$(dirname $0)/install_packages.sh
for file in /opt/loci/pydep*; do
PYDEP_PACKAGES+=($(bindep -f $file -b -l newline ${PROJECT} ${PROJECT_RELEASE} ${PROFILES} || :))
done