mirror of
git://code.qt.io/qt/qt5.git
synced 2026-02-01 19:36:04 +08:00
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:
committed by
Qt Cherry-pick Bot
parent
26202e7a75
commit
0d080a323a
@@ -124,12 +124,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)
|
||||
|
||||
Reference in New Issue
Block a user