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 da2be40 commit 583ce54Copy full SHA for 583ce54
pythonforandroid/recipes/pyjnius/__init__.py
@@ -9,7 +9,7 @@ class PyjniusRecipe(CythonRecipe):
9
version = 'master'
10
url = 'https://github.com/kivy/pyjnius/archive/{version}.zip'
11
name = 'pyjnius'
12
- depends = ['python2', ('sdl2', 'sdl')]
+ depends = ['python2', ('sdl2', 'sdl'), 'six']
13
site_packages_name = 'jnius'
14
def prebuild_arch(self, arch):
15
super(PyjniusRecipe, self).prebuild_arch(arch)
0 commit comments