Skip to content

Commit 802c84c

Browse files
authored
Merge pull request kivy#2284 from obfusk/update-setuptools
update setuptools to 49.2.1
2 parents a30a3f0 + b21e294 commit 802c84c

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.9.0'
5+
version = '49.2.1'
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)