Skip to content

Commit 12995f4

Browse files
author
surbhi
committed
fix-android-build: Cython 3.1.x doesn't have long, pin to 3.0.10
1 parent 43ad03c commit 12995f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildbot/android/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN apt-get -y install -qq --no-install-recommends openjdk-17-jdk \
2525
# pyzbar dependencies
2626
RUN apt-get -y install -qq --no-install-recommends libzbar0 libtool gettext
2727

28-
RUN pip install buildozer cython virtualenv
28+
RUN pip install buildozer cython==3.0.10 virtualenv
2929

3030

3131
ENV ANDROID_NDK_HOME="${ANDROID_HOME}/android-ndk"

0 commit comments

Comments
 (0)