fix kivy build - restrict setuptools < 71 #2265

Merged
PeterSurda merged 1 commits from gitea-111 into v0.6 2024-08-14 10:54:42 +02:00
Showing only changes of commit e6ece59e0d - Show all commits

View File

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