Skip to content

Commit fe5d722

Browse files
authored
Merge pull request kivy#2409 from obfusk/patch-14
update setuptools
2 parents 75e0164 + 4280186 commit fe5d722

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/setuptools/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33

44
class SetuptoolsRecipe(PythonRecipe):
5-
version = '49.2.1'
6-
url = 'https://pypi.python.org/packages/source/s/setuptools/setuptools-{version}.zip'
5+
version = '51.3.3'
6+
url = 'https://pypi.python.org/packages/source/s/setuptools/setuptools-{version}.tar.gz'
77
call_hostpython_via_targetpython = False
88
install_in_hostpython = True
99

0 commit comments

Comments
 (0)