Skip to content

Commit e6ece59

Browse files
author
surbhi
committed
fix kivy build - restrict setuptools < 71
1 parent cf37169 commit e6ece59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildbot/kivy/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ RUN apt-get install -yq \
1515

1616
RUN ln -sf /usr/bin/python3 /usr/bin/python
1717

18-
RUN pip3 install --upgrade setuptools pip
18+
RUN pip3 install --upgrade 'setuptools<71' pip

0 commit comments

Comments
 (0)