mirror of
git://code.qt.io/qt/qt5.git
synced 2026-04-19 19:46:16 +08:00
The merge commit74eb853384accidentally brought forward the removal of files from commit49ccf716dcthat were not supposed to propagate. Change-Id: Ia5d6b2205c75f0856c3fed104149980c75a55840 Reviewed-by: Dominik Holland <dominik.holland@pelagicore.com> Reviewed-by: Iikka Eklund <iikka.eklund@qt.io> Reviewed-by: Simo Fält <simo.falt@qt.io>
6 lines
212 B
Bash
6 lines
212 B
Bash
# provides: python development libraries
|
|
# version: provided by default Linux distribution repository
|
|
# needed to build pyside
|
|
sudo subscription-manager refresh
|
|
sudo yum install -y python-devel python-virtualenv
|