Skip to content

Commit

Permalink
Install six before we upgrade setuptools.
Browse files Browse the repository at this point in the history
See pypa/setuptools#964 for a few more details. Currently quite a few
travis and circleci jobs are failing because of that.
  • Loading branch information
EnTeQuAk committed Jun 1, 2017
1 parent 14d65fe commit fb712a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ ENV LANG en_US.UTF-8
ENV LC_ALL en_US.UTF-8

RUN yum install -y python-pip
RUN pip install --upgrade pip setuptools
RUN pip install --upgrade pip six setuptools

# Until https:/shazow/urllib3/commit/959d47d926e1331ad571dbfc150c9a3acb7a1eb9 lands
RUN pip install pyOpenSSL ndg-httpsclient pyasn1 certifi urllib3
Expand Down

0 comments on commit fb712a8

Please sign in to comment.