From 9eac3b2d443ded16a0e0747d9e00d16cdd0539dd Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Sun, 27 Dec 2020 16:05:48 +1100 Subject: [PATCH] Revert "arch: Upgrade setuptools" This reverts commit 4676b8c23cc537ee23efad2c52d29e51c4aa12bd. --- arch/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/Dockerfile b/arch/Dockerfile index 240d6950..6943171f 100644 --- a/arch/Dockerfile +++ b/arch/Dockerfile @@ -40,7 +40,6 @@ RUN cd /depends \ RUN /sbin/useradd -m -U -u 1000 pillow \ && virtualenv --system-site-packages /vpy3 \ && /vpy3/bin/pip install --no-cache-dir --upgrade pip \ - && /vpy3/bin/pip install --no-cache-dir --upgrade setuptools>=49.3.2 \ && /vpy3/bin/pip install --no-cache-dir nose cffi olefile pytest pytest-cov \ && /vpy3/bin/pip install --no-cache-dir numpy --only-binary=:all: || true \ && chown -R pillow:pillow /vpy3