From d6b31222b6c21f19356fb71ff160bdebea498fea Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 16 Oct 2024 15:11:53 +0200 Subject: [PATCH] new setuptools needs new importlib_metadata Change-Id: Ie4220f7ec2c11b3dcf64c65b3ed97a3d9129af5c --- ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Dockerfile b/ci/Dockerfile index 2fde226..a53a86e 100644 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -34,7 +34,7 @@ RUN virtualenv /home/jenkins/tools2 && \ RUN virtualenv -p /usr/bin/python3 --system-site-packages /home/jenkins/secopvenv && \ git clone https://forge.frm2.tum.de/review/secop/frappy /home/jenkins/frappy && \ . /home/jenkins/secopvenv/bin/activate && \ - pip install -U pip wheel setuptools && \ + pip install -U pip wheel setuptools importlib_metadata && \ pip install -r /home/jenkins/frappy/requirements-dev.txt -r /home/jenkins/frappy/requirements.txt pylint pytest && \ rm -rf /home/jenkins/frappy