Skip to content

Commit

Permalink
make kivy recipe depend on certifi, for https to work
Browse files Browse the repository at this point in the history
see kivy/kivy#6703 for details
  • Loading branch information
tshirtman committed Jan 24, 2020
1 parent 18131b7 commit 5f2e64d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pythonforandroid/recipes/kivy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ class KivyRecipe(CythonRecipe):
name = 'kivy'

depends = ['sdl2', 'pyjnius', 'setuptools']
python_depends = ['certifi']

def cythonize_build(self, env, build_dir='.'):
super(KivyRecipe, self).cythonize_build(env, build_dir=build_dir)
Expand Down

0 comments on commit 5f2e64d

Please sign in to comment.