Add python3-venv to aarch64 debian

Needed by qtinterfaceframework

Pick-to: 6.5
Change-Id: I2c2d7d193ae2034fadd41864b430620ee635d9d0
Reviewed-by: Edward Welbourne <edward.welbourne@qt.io>
(cherry picked from commit 123b4be006)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Dominik Holland
2023-10-30 15:15:39 +01:00
committed by Qt Cherry-pick Bot
parent 814f9834dd
commit 20819d0e37

View File

@@ -125,6 +125,7 @@ installPackages+=(gir1.2-gst-plugins-bad-1.0)
## python3 development package
installPackages+=(python3-dev)
installPackages+=(python3-pip)
installPackages+=(python3-venv)
installPackages+=(virtualenv)
## Automates interactive applications (Needed by RTA to automate configure testing)
installPackages+=(expect)