Skip to content

Commit

Permalink
Provisioning: Install python36-devel to rhel 7.4
Browse files Browse the repository at this point in the history
The rhel Python3 system package is missing development libs.

Fixes: PYSIDE-996
Change-Id: I3863c85ad04021dd0f0d4af4bae5917a6785a7e1
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
  • Loading branch information
faltsi committed Apr 25, 2019
1 parent 65cf2cb commit 09f28e9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ installPackages+=(speech-dispatcher-devel)
installPackages+=(python-devel python-pip)
# Python 3 with python-devel, pip and virtualenv
installPackages+=(rh-python36)
installPackages+=(python36-devel)
# WebEngine
installPackages+=(bison)
installPackages+=(flex)
Expand Down

0 comments on commit 09f28e9

Please sign in to comment.