Skip to content

Commit

Permalink
Merge pull request #3099 from Fak3/kivyfiletype
Browse files Browse the repository at this point in the history
kivy recipe: add filetype dependency
  • Loading branch information
AndreMiras authored Dec 15, 2024
2 parents b6eda7b + ea9fb61 commit 9a639f7
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 9a639f7

Please sign in to comment.