Skip to content

Commit 129cbfa

Browse files
authored
Merge pull request kivy#1157 from khertan/patch-1
The pypi python return http 403 error on http
2 parents 2136e0f + 88d4aff commit 129cbfa

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)