Skip to content

Commit 427f2d8

Browse files
authored
Merge pull request kivy#1795 from AndreMiras/feature/bump_setuptools
Bumps to setuptools==40.9.0
2 parents e4cecb1 + 7052e33 commit 427f2d8

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
@@ -2,7 +2,7 @@
22

33

44
class SetuptoolsRecipe(PythonRecipe):
5-
version = '40.0.0'
5+
version = '40.9.0'
66
url = 'https://pypi.python.org/packages/source/s/setuptools/setuptools-{version}.zip'
77
call_hostpython_via_targetpython = False
88
install_in_hostpython = True

0 commit comments

Comments
 (0)