Skip to content

Commit 583ce54

Browse files
committed
Added six as a pyjnius dependency
1 parent da2be40 commit 583ce54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/pyjnius/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class PyjniusRecipe(CythonRecipe):
99
version = 'master'
1010
url = 'https://github.com/kivy/pyjnius/archive/{version}.zip'
1111
name = 'pyjnius'
12-
depends = ['python2', ('sdl2', 'sdl')]
12+
depends = ['python2', ('sdl2', 'sdl'), 'six']
1313
site_packages_name = 'jnius'
1414
def prebuild_arch(self, arch):
1515
super(PyjniusRecipe, self).prebuild_arch(arch)

0 commit comments

Comments
 (0)