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 588f736 commit a7f9348Copy full SHA for a7f9348
pythonforandroid/recipes/hostpython3/__init__.py
@@ -7,7 +7,7 @@
7
8
class Hostpython3Recipe(Recipe):
9
version = '3.7.0'
10
- url = 'https://www.python.org/ftp/python/3.7.0/Python-{version}.tgz'
+ url = 'https://www.python.org/ftp/python/{version}/Python-{version}.tgz'
11
name = 'hostpython3'
12
13
conflicts = ['hostpython2']
pythonforandroid/recipes/python3/__init__.py
@@ -11,7 +11,7 @@
class Python3Recipe(TargetPythonRecipe):
14
15
name = 'python3'
16
17
depends = ['hostpython3']
0 commit comments