Skip to content

Commit 54cf321

Browse files
authored
Merge pull request #3209 from T-Dynamos/kivy-fix
`kivy`: depend on android
2 parents 4ae9e5a + 684c681 commit 54cf321

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/kivy/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ class KivyRecipe(PyProjectRecipe):
2525
url = 'https://github.com/kivy/kivy/archive/{version}.zip'
2626
name = 'kivy'
2727

28-
depends = [('sdl2', 'sdl3'), 'pyjnius', 'setuptools']
28+
depends = [('sdl2', 'sdl3'), 'pyjnius', 'setuptools', 'android']
2929
python_depends = ['certifi', 'chardet', 'idna', 'requests', 'urllib3', 'filetype']
30-
hostpython_prerequisites = []
30+
hostpython_prerequisites = ["cython>=0.29.1,<=3.0.12"]
3131

3232
# sdl-gl-swapwindow-nogil.patch is needed to avoid a deadlock.
3333
# See: https://github.com/kivy/kivy/pull/8025

0 commit comments

Comments
 (0)