mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-25 22:27:49 +08:00
This forward-ports commita99d3432f7to 5.9, which should have been done in6bf5691ca8but accidentally left out. It reuses parts of commita5f3f8ed48that was initially cherry-picked to 5.6. Task-number: QTAUTO-345 Task-number: QTBUG-63133 Change-Id: Ib401dd06bfc4d4aaf8b8ce1a8509697993d4397e Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
9 lines
282 B
Bash
9 lines
282 B
Bash
# provides: python development libraries
|
|
# version: provided by default Linux distribution repository
|
|
# needed to build pyside
|
|
sudo pkcon -y refresh
|
|
sudo pkcon -y install python-devel python-virtualenv
|
|
|
|
# install python3
|
|
sudo pkcon -y install python3 python3-pip python3-virtualenv
|