Skip to content

Commit 87bfa91

Browse files
committed
fix: pin setuptools version due to bad import
Should be removed once pypa/setuptools#1044 is merged. Signed-off-by: David Caro <[email protected]>
1 parent bd66100 commit 87bfa91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_base/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ ENV INSPIRE_PYTHON_VERSION ${INSPIRE_PYTHON_VERSION:-2.7}
6060
RUN virtualenv -v /tmpvenv -p python${INSPIRE_PYTHON_VERSION} && \
6161
. /tmpvenv/bin/activate && \
6262
pip install --upgrade pip && \
63-
pip install --upgrade setuptools wheel && \
63+
pip install --upgrade 'setuptools<36' wheel && \
6464
pip install --upgrade requirements-builder && \
6565
cd /tmp && \
6666
wget -q https://raw.githubusercontent.com/inspirehep/inspire-next/master/requirements.txt && \

0 commit comments

Comments
 (0)