mirror of
git://code.qt.io/qt/qt5.git
synced 2026-05-10 13:07:59 +08:00
Provisioning: Install colorlog
Needed by packaging scripts
Task-number: QTQAINFRA-3918
Change-Id: I30861ecb5f12f79683ad2fec58484b97dee31d7f
Reviewed-by: Tony Sarajärvi <tony.sarajarvi@qt.io>
(cherry picked from commit c053e70593)
Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
committed by
Qt Cherry-pick Bot
parent
59a40d8a52
commit
2f465dea43
@@ -136,6 +136,9 @@ sudo ln -s /opt/rh/rh-python36/root/usr/bin/pip3 /usr/local/bin/pip3
|
|||||||
sudo pip install --upgrade pip
|
sudo pip install --upgrade pip
|
||||||
sudo pip install virtualenv wheel
|
sudo pip install virtualenv wheel
|
||||||
|
|
||||||
|
# Needed by packaging scripts
|
||||||
|
sudo /usr/local/bin/pip3 install colorlog --user
|
||||||
|
|
||||||
sudo /usr/local/bin/pip3 install wheel
|
sudo /usr/local/bin/pip3 install wheel
|
||||||
# Install all needed packages in a special wheel cache directory
|
# Install all needed packages in a special wheel cache directory
|
||||||
/usr/local/bin/pip3 wheel --wheel-dir "$HOME/python3-wheels" -r "${BASH_SOURCE%/*}/../common/shared/requirements.txt"
|
/usr/local/bin/pip3 wheel --wheel-dir "$HOME/python3-wheels" -r "${BASH_SOURCE%/*}/../common/shared/requirements.txt"
|
||||||
|
|||||||
Reference in New Issue
Block a user