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 a12f289 commit 9528e07Copy full SHA for 9528e07
pythonforandroid/recipes/hostpython2/__init__.py
@@ -8,7 +8,7 @@
8
9
class Hostpython2Recipe(Recipe):
10
version = '2.7.2'
11
- url = 'http://python.org/ftp/python/{version}/Python-{version}.tar.bz2'
+ url = 'https://python.org/ftp/python/{version}/Python-{version}.tar.bz2'
12
name = 'hostpython2'
13
14
conflicts = ['hostpython3']
pythonforandroid/recipes/python2/__init__.py
@@ -9,7 +9,7 @@
class Python2Recipe(TargetPythonRecipe):
version = "2.7.2"
name = 'python2'
15
depends = ['hostpython2']
0 commit comments