Merge "Update the python search path for extra qdrouter modules"

This commit is contained in:
Zuul 2024-01-22 15:42:51 +00:00 committed by Gerrit Code Review
commit d43696c284
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ function _setup_global_site_package_path {
SITEDIR=${WORKDIR}/${ENVNAME}/lib/python${MAJOR}.${MINOR}/site-packages
cat > ${SITEDIR}/dispatch.pth <<EOF
/usr/lib/python${MAJOR}.${MINOR}/${PRE}-packages
/usr/lib/python${MAJOR}/${PRE}-packages
EOF
}