We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2136e0f + 88d4aff commit 129cbfaCopy full SHA for 129cbfa
pythonforandroid/recipes/numpy/__init__.py
@@ -5,7 +5,7 @@
5
class NumpyRecipe(CompiledComponentsPythonRecipe):
6
7
version = '1.9.2'
8
- url = 'http://pypi.python.org/packages/source/n/numpy/numpy-{version}.tar.gz'
+ url = 'https://pypi.python.org/packages/source/n/numpy/numpy-{version}.tar.gz'
9
site_packages_name= 'numpy'
10
11
depends = ['python2']
0 commit comments