Update the python search path for extra qdrouter modules
The latest release of qdrouterd on focal has changed where the internal python modules are installed. This patch updates the tox tests python path configuration. Change-Id: Icb53ee17af01580d899f388f69be9560e23675e0
This commit is contained in:
parent
ee5b351742
commit
df0e4acdd4
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user