mirror of
git://code.qt.io/qt/qt5.git
synced 2026-05-05 02:39:23 +08:00
The move was forgotten in commit
dd3d32d13c that merged the 42.1 to 42.3
switch from the 5.9 branch.
Change-Id: If76ac7b54187cfb29dafeaccbd3cd56e3e01deab
Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com>
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
9 lines
312 B
Bash
9 lines
312 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 libpython3_4m1_0 python3-base python3 python3-pip python3-virtualenv
|