8000
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 f57ca2dCopy full SHA for f57ca2d
pythonforandroid/recipes/setuptools/__init__.py
@@ -1,20 +1,11 @@
1
-
2
-from pythonforandroid.toolchain import (
3
- PythonRecipe,
4
- Recipe,
5
- current_directory,
6
-< 8E11 /span> info,
7
- shprint,
8
-)
9
-from os.path import join
10
-import sh
+from pythonforandroid.toolchain import PythonRecipe
11
12
13
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