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 e9d9283 commit bbccc81Copy full SHA for bbccc81
pythonforandroid/recipes/python2/__init__.py
@@ -20,7 +20,7 @@ class Python2Recipe(GuestPythonRecipe):
20
url = 'https://www.python.org/ftp/python/{version}/Python-{version}.tgz'
21
name = 'python2'
22
23
- depends = ['hostpython2']
+ depends = ['hostpython2', 'libffi']
24
conflicts = ['python3crystax', 'python3', 'python2legacy']
25
26
patches = [
0 commit comments