new setuptools needs new importlib_metadata

Change-Id: Ie4220f7ec2c11b3dcf64c65b3ed97a3d9129af5c
This commit is contained in:
Georg Brandl 2024-10-16 15:11:53 +02:00 committed by Markus Zolliker
parent b3a2f33151
commit d6b31222b6

View File

@ -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