Skip to content

Commit 13fb979

Browse files
authored
Update Kivy recipe for 2.2.0 (#2793)
* Update Kivy recipe for 2.2.0rc1 * Bump to 2.2.0
1 parent e768266 commit 13fb979

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/kivy/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ def is_kivy_affected_by_deadlock_issue(recipe=None, arch=None):
2222

2323

2424
class KivyRecipe(CythonRecipe):
25-
version = '2.1.0'
25+
version = '2.2.0'
2626
url = 'https://github.com/kivy/kivy/archive/{version}.zip'
2727
name = 'kivy'
2828

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