Skip to content

Commit be62531

Browse files
committed
install pyqt using sip
1 parent 30b0b86 commit be62531

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.docker/qgis3-build-deps.dockerfile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ RUN apt-get update \
5151
pkg-config \
5252
poppler-utils \
5353
postgresql-client \
54-
pyqt5-dev \
55-
pyqt5-dev-tools \
56-
pyqt5.qsci-dev \
5754
python3-all-dev \
5855
python3-dev \
5956
python3-future \
@@ -62,10 +59,6 @@ RUN apt-get update \
6259
python3-nose2 \
6360
python3-pip \
6461
python3-psycopg2 \
65-
python3-pyqt5 \
66-
python3-pyqt5.qsci \
67-
python3-pyqt5.qtsql \
68-
python3-pyqt5.qtsvg \
6962
python3-termcolor \
7063
python3-yaml \
7164
qt3d5-dev \
@@ -94,6 +87,7 @@ RUN apt-get update \
9487
mock \
9588
future \
9689
termcolor \
90+
pyqt5 \
9791
&& apt-get autoremove -y python3-pip python2.7 \
9892
&& apt-get clean
9993

0 commit comments

Comments
 (0)