We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6af2ae7 commit 8784de7Copy full SHA for 8784de7
pythonforandroid/bootstraps/sdl2/__init__.py
@@ -7,7 +7,7 @@
7
class SDL2Bootstrap(Bootstrap):
8
name = 'sdl2'
9
10
- recipe_depends = ['sdl2']
+ recipe_depends = ['sdl2', ('python2', 'python3crystax')]
11
12
def run_distribute(self):
13
info_main('# Creating Android project from build and {} bootstrap'.format(
0 commit comments