Skip to content

Commit

Permalink
fix: pin setuptools version due to bad import
Browse files Browse the repository at this point in the history
Should be removed once pypa/setuptools#1044
is merged.

Signed-off-by: David Caro <[email protected]>
  • Loading branch information
david-caro committed Jun 1, 2017
1 parent bd66100 commit 87bfa91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python_base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ ENV INSPIRE_PYTHON_VERSION ${INSPIRE_PYTHON_VERSION:-2.7}
RUN virtualenv -v /tmpvenv -p python${INSPIRE_PYTHON_VERSION} && \
. /tmpvenv/bin/activate && \
pip install --upgrade pip && \
pip install --upgrade setuptools wheel && \
pip install --upgrade 'setuptools<36' wheel && \
pip install --upgrade requirements-builder && \
cd /tmp && \
wget -q https://raw.githubusercontent.com/inspirehep/inspire-next/master/requirements.txt && \
Expand Down

0 comments on commit 87bfa91

Please sign in to comment.