Skip to content

Commit f771ccb

Browse files
authored
make kivy recipe depend on certifi, for https to work (kivy#2055)
see kivy/kivy#6703 for details
1 parent 18131b7 commit f771ccb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonforandroid/recipes/kivy/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ class KivyRecipe(CythonRecipe):
1111
name = 'kivy'
1212

1313
depends = ['sdl2', 'pyjnius', 'setuptools']
14+
python_depends = ['certifi']
1415

1516
def cythonize_build(self, env, build_dir='.'):
1617
super(KivyRecipe, self).cythonize_build(env, build_dir=build_dir)

0 commit comments

Comments
 (0)