Provisioning: Install missing python3 packages to Debian 11

Change-Id: Ib322d71a2af760f3cedecf73d0b51a1b15e460f6
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
(cherry picked from commit b1ce3549a0)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
Simo Fält
2023-09-05 10:52:20 +03:00
committed by Qt Cherry-pick Bot
parent 7e4cfd74f0
commit 623cf3fa28

View File

@@ -123,12 +123,9 @@ installPackages+=(gir1.2-gst-plugins-bad-1.0)
## Support for cross-building to x86 (needed by WebEngine boot2qt builds)
#installPackages+=(g++-multilib)
## python3 development package
#installPackages+=(python3-dev)
#installPackages+=(python3-pip)
#installPackages+=(virtualenv)
#installPackages+=(python3-wheel)
## python2 development package
#installPackages+=(python2-dev)
installPackages+=(python3-dev)
installPackages+=(python3-pip)
installPackages+=(virtualenv)
## Automates interactive applications (Needed by RTA to automate configure testing)
installPackages+=(expect)
installPackages+=(mesa-common-dev)