Skip to content

Commit 88d4aff

Browse files
author
Benoît HERVIER
authored
The pypi python return http 403 error on http
The pypi python server return : error 403 : SSL is required. So build failed with an empty archive that can t be extracted.
1 parent 2136e0f commit 88d4aff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/numpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class NumpyRecipe(CompiledComponentsPythonRecipe):
66

77
version = '1.9.2'
8-
url = 'http://pypi.python.org/packages/source/n/numpy/numpy-{version}.tar.gz'
8+
url = 'https://pypi.python.org/packages/source/n/numpy/numpy-{version}.tar.gz'
99
site_packages_name= 'numpy'
1010

1111
depends = ['python2']

0 commit comments

Comments
 (0)