mirror of
git://code.qt.io/qt/qt5.git
synced 2026-05-10 04:58:08 +08:00
Include python venv installation also in Ubuntu 24.04 provisioning
The venv package is part of all other Ubuntu and Debian configurations but was left out from the 24.04 one. Pick-to: 6.8 Change-Id: I1daf2e78ca755cdeef0e6c6e17820badce65bbc3 Reviewed-by: Toni Saario <toni.saario@qt.io>
This commit is contained in:
committed by
Dominik Holland
parent
bcec02dc0f
commit
105074d730
@@ -117,6 +117,7 @@ installPackages+=(g++-multilib-powerpc-linux-gnu)
|
|||||||
# python3 development package
|
# python3 development package
|
||||||
installPackages+=(python3-dev)
|
installPackages+=(python3-dev)
|
||||||
installPackages+=(python3-pip)
|
installPackages+=(python3-pip)
|
||||||
|
installPackages+=(python3-venv)
|
||||||
installPackages+=(virtualenv)
|
installPackages+=(virtualenv)
|
||||||
installPackages+=(python3-wheel)
|
installPackages+=(python3-wheel)
|
||||||
installPackages+=(python-is-python3)
|
installPackages+=(python-is-python3)
|
||||||
|
|||||||
Reference in New Issue
Block a user