We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf23aa commit ea38331Copy full SHA for ea38331
pythonforandroid/recipes/kivy/__init__.py
@@ -10,7 +10,7 @@ class KivyRecipe(CythonRecipe):
10
url = 'https://github.com/kivy/kivy/archive/{version}.zip'
11
name = 'kivy'
12
13
- depends = ['sdl2', 'pyjnius']
+ depends = ['sdl2', 'pyjnius', 'setuptools']
14
15
def cythonize_build(self, env, build_dir='.'):
16
super(KivyRecipe, self).cythonize_build(env, build_dir=build_dir)
0 commit comments