Skip to content

Commit 373878d

Browse files
authored
Merge pull request #1334 from plapadoo/fix-setuptools-archive-format
Use zip instead of tar.gz to obtain setuptools
2 parents 7c7d6c8 + 7db62ee commit 373878d

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
@@ -3,7 +3,7 @@
33

44
class SetuptoolsRecipe(PythonRecipe):
55
version = '18.3.1'
6-
url = 'https://pypi.python.org/packages/source/s/setuptools/setuptools-{version}.tar.gz'
6+
url = 'https://pypi.python.org/packages/source/s/setuptools/setuptools-{version}.zip'
77

88
depends = [('python2', 'python3crystax')]
99

0 commit comments

Comments
 (0)