We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
long
1 parent 43ad03c commit 12995f4Copy full SHA for 12995f4
.buildbot/android/Dockerfile
@@ -25,7 +25,7 @@ RUN apt-get -y install -qq --no-install-recommends openjdk-17-jdk \
25
# pyzbar dependencies
26
RUN apt-get -y install -qq --no-install-recommends libzbar0 libtool gettext
27
28
-RUN pip install buildozer cython virtualenv
+RUN pip install buildozer cython==3.0.10 virtualenv
29
30
31
ENV ANDROID_NDK_HOME="${ANDROID_HOME}/android-ndk"
0 commit comments