1
0

android build: downgrade cython

This commit is contained in:
SomberNight
2025-06-04 20:15:04 +00:00
parent 04a0d30176
commit 0340097754
2 changed files with 4 additions and 3 deletions

View File

@@ -1,11 +1,12 @@
pip
setuptools
wheel
cython
# needed by buildozer:
pexpect
sh
# some p4a recipes don't work with cython 3+
cython<3.0
# needed by python-for-android:
appdirs