Skip to content

Commit ea9fb61

Browse files
committed
kivy recipe: add filetype dependency
Original PR: kivy/kivy#8889 Fixes #3098
1 parent 37d272c commit ea9fb61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/kivy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class KivyRecipe(CythonRecipe):
2727
name = 'kivy'
2828

2929
depends = ['sdl2', 'pyjnius', 'setuptools']
30-
python_depends = ['certifi', 'chardet', 'idna', 'requests', 'urllib3']
30+
python_depends = ['certifi', 'chardet', 'idna', 'requests', 'urllib3', 'filetype']
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)