Provisioning: Remove sudo when installing pip packages for Qt user

There is no need to install as sudo for qt user. Using sudo will
change the cache dir's permissions preventing us from
installing anything with pip as normal user.

Change-Id: Id45bf3805ce4d772a6c82e429d4e1948289f076e
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
This commit is contained in:
Simo Fält
2019-11-20 15:28:30 +02:00
parent 08ded9e2f8
commit 9cf8af5248

View File

@@ -34,5 +34,5 @@
#############################################################################
# needed by packaging scripts
sudo pip3 install bs4
sudo pip3 install sh
pip3 install bs4
pip3 install sh