Skip to content

Commit 9a639f7

Browse files
authored
Merge pull request #3099 from Fak3/kivyfiletype
kivy recipe: add filetype dependency
2 parents b6eda7b + ea9fb61 commit 9a639f7

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)