Skip to content

Commit 405934e

Browse files
authored
Merge pull request kivy#1248 from AndreMiras/feature/setuptools_python3crystax
Setuptools for Python3 (Crystax)
2 parents a036f44 + f57ca2d commit 405934e

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

pythonforandroid/recipes/setuptools/__init__.py

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,11 @@
1-
2-
from pythonforandroid.toolchain import (
3-
PythonRecipe,
4-
Recipe,
5-
current_directory,
6-
info,
7-
shprint,
8-
)
9-
from os.path import join
10-
import sh
1+
from pythonforandroid.toolchain import PythonRecipe
112

123

134
class SetuptoolsRecipe(PythonRecipe):
145
version = '18.3.1'
156
url = 'https://pypi.python.org/packages/source/s/setuptools/setuptools-{version}.tar.gz'
167

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

1910
call_hostpython_via_targetpython = False
2011
install_in_hostpython = True

0 commit comments

Comments
 (0)