Skip to content

Commit

Permalink
kivy recipe: add filetype dependency
Browse files Browse the repository at this point in the history
Original PR: kivy/kivy#8889
Fixes #3098
  • Loading branch information
Fak3 committed Dec 15, 2024
1 parent 37d272c commit ea9fb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythonforandroid/recipes/kivy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class KivyRecipe(CythonRecipe):
name = 'kivy'

depends = ['sdl2', 'pyjnius', 'setuptools']
python_depends = ['certifi', 'chardet', 'idna', 'requests', 'urllib3']
python_depends = ['certifi', 'chardet', 'idna', 'requests', 'urllib3', 'filetype']

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

0 comments on commit ea9fb61

Please sign in to comment.