10000
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.
1 parent 2136e0f commit 88d4affCopy full SHA for 88d4aff
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