mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-25 22:27:49 +08:00
Those are required to build Pyside#5.9 branch. Change-Id: I315c72155815d8b6b0b2c5eee4d3922374262c7a Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
9 lines
296 B
Bash
9 lines
296 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-devel python3-virtualenv
|