Skip to content

Commit

Permalink
install PyQt5 using wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Apr 4, 2018
1 parent 348eb94 commit 5c230b4
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .docker/qgis3-build-deps.dockerfile
Expand Up @@ -62,10 +62,6 @@ RUN apt-get update \
python3-nose2 \
python3-pip \
python3-psycopg2 \
python3-pyqt5 \
python3-pyqt5.qsci \
python3-pyqt5.qtsql \
python3-pyqt5.qtsvg \
python3-termcolor \
python3-yaml \
qt3d5-dev \
Expand Down Expand Up @@ -94,7 +90,8 @@ RUN apt-get update \
mock \
future \
termcolor \
&& apt-get autoremove -y python3-pip python2.7 python3-sip sip-dev\
PyQt5 \
&& apt-get autoremove -y python3-pip python2.7 \
&& apt-get clean

WORKDIR /root
Expand All @@ -108,6 +105,8 @@ RUN python3 build.py prepare \
&& make \
&& make install

RUN echo $(sip -V)

# WORKDIR /root
# RUN curl -s -S -O https://svwh.dl.sourceforge.net/project/pyqt/PyQt5/PyQt-5.9.2/PyQt5_gpl-5.9.2.tar.gz \
# && tar xzf PyQt5_gpl-5.9.2.tar.gz
Expand Down

0 comments on commit 5c230b4

Please sign in to comment.