Skip to content

Commit 17262dd

Browse files
committed
Setuptools for Python3 (Crystax)
Adds python3crystax support to setuptools recipe
1 parent a036f44 commit 17262dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/setuptools/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class SetuptoolsRecipe(PythonRecipe):
1414
version = '18.3.1'
1515
url = 'https://pypi.python.org/packages/source/s/setuptools/setuptools-{version}.tar.gz'
1616

17-
depends = ['python2']
17+
depends = [('python2', 'python3crystax')]
1818

1919
call_hostpython_via_targetpython = False
2020
install_in_hostpython = True

0 commit comments

Comments
 (0)