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 a036f44 commit 17262ddCopy full SHA for 17262dd
pythonforandroid/recipes/setuptools/__init__.py
@@ -14,7 +14,7 @@ class SetuptoolsRecipe(PythonRecipe):
14
version = '18.3.1'
15
url = 'https://pypi.python.org/packages/source/s/setuptools/setuptools-{version}.tar.gz'
16
17
- depends = ['python2']
+ depends = [('python2', 'python3crystax')]
18
19
call_hostpython_via_targetpython = False
20
install_in_hostpython = True
0 commit comments