From e6ece59e0df9aeb5dbe69ff48d4f3d5c8e388121 Mon Sep 17 00:00:00 2001 From: surbhi Date: Wed, 24 Jul 2024 23:34:37 +0530 Subject: [PATCH] fix kivy build - restrict setuptools < 71 --- .buildbot/kivy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildbot/kivy/Dockerfile b/.buildbot/kivy/Dockerfile index 10b1e569..c9c98b01 100644 --- a/.buildbot/kivy/Dockerfile +++ b/.buildbot/kivy/Dockerfile @@ -15,4 +15,4 @@ RUN apt-get install -yq \ RUN ln -sf /usr/bin/python3 /usr/bin/python -RUN pip3 install --upgrade setuptools pip +RUN pip3 install --upgrade 'setuptools<71' pip