Skip to content

Commit 5a39218

Browse files
committed
Add pyqt5 to support new qt5-port of the client
1 parent a7429e2 commit 5a39218

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provision.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ apt-key update
88
apt-get update
99

1010
#apt-get -y upgrade
11-
apt-get -y install build-essential git gitg sdcc python2.7 python-pip python-usb python-qt4 python3-numpy qt4-designer kicad libsdl2-dev openjdk-7-jdk meld leafpad dfu-util || { echo 'apt-get install failed' ; exit 1; }
11+
apt-get -y install build-essential git gitg sdcc python2.7 python-pip python-usb python-qt4 python3-pyqt5 python3-numpy qt4-designer kicad libsdl2-dev openjdk-7-jdk meld leafpad dfu-util || { echo 'apt-get install failed' ; exit 1; }
1212
#apt-get python-pyqtgraph #The following packages cannot be authenticated!
1313
pip -y install pysdl2
1414

0 commit comments

Comments
 (0)