Skip to content

Commit bc7bbd9

Browse files
dakcartoelpaso
authored andcommittedJun 25, 2018
[auth] Update OAuth2 Python oauthlib test package for Docker
1 parent 4ee0249 commit bc7bbd9

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.ci/travis/linux/before_install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@
1515
###########################################################################
1616

1717
#pip3 install termcolor
18-
pip install psycopg2 numpy nose2 pyyaml mock future termcolor oauthlib

‎.docker/qgis3-build-deps.dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,8 @@ RUN apt-get update \
106106
future \
107107
termcolor \
108108
owslib \
109+
oauthlib \
110+
&& apt-get autoremove -y python3-pip python2.7 \
109111
&& apt-get clean
110112

111113
RUN echo "alias python=python3" >> ~/.bash_aliases

0 commit comments

Comments
 (0)
Please sign in to comment.