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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user