Skip to content

Commit

Permalink
fix kivy build - restrict setuptools < 71
Browse files Browse the repository at this point in the history
  • Loading branch information
surbhi committed Jul 25, 2024
1 parent cf37169 commit e6ece59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildbot/kivy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e6ece59

Please sign in to comment.