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.
1 parent 37d272c commit ea9fb61Copy full SHA for ea9fb61
pythonforandroid/recipes/kivy/__init__.py
@@ -27,7 +27,7 @@ class KivyRecipe(CythonRecipe):
27
name = 'kivy'
28
29
depends = ['sdl2', 'pyjnius', 'setuptools']
30
- python_depends = ['certifi', 'chardet', 'idna', 'requests', 'urllib3']
+ python_depends = ['certifi', 'chardet', 'idna', 'requests', 'urllib3', 'filetype']
31
32
# sdl-gl-swapwindow-nogil.patch is needed to avoid a deadlock.
33
# See: https://github.com/kivy/kivy/pull/8025
0 commit comments