Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Commit

Permalink
Update buildozer.spec
Browse files Browse the repository at this point in the history
#Cython==0.29.32 -> Cython==0.29.33
# kivy/python-for-android#2847
  • Loading branch information
xavierfiechter committed Jul 27, 2023
1 parent 1d71a1e commit ebc6af5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions buildozer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,18 @@ source.exclude_dirs = tests, bin, venv, old-sources, multisig
# (str) Application versioning (method 2)
version.regex = __version__ = ['"](.*)['"]
version.filename = %(source.dir)s/main.py
#Cython==0.29.32 -> Cython==0.29.33
# https://github.com/kivy/python-for-android/issues/2847
# (list) Application requirements
requirements =
#python3==3.9.9,
python==3.10,
#cffi==1.13.2,
cffi==1.15.1,
pbkdf2,
Cython==0.29.32,
Cython==0.29.33,
typing-extensions==4.4.0,
aioconsole==0.1.10,
aiosignal==1.2.0,
Expand Down

0 comments on commit ebc6af5

Please sign in to comment.