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 1529548 commit 58b0150Copy full SHA for 58b0150
pythonforandroid/recipes/python3crystax/__init__.py
@@ -70,7 +70,7 @@ class Python3Recipe(TargetPythonRecipe):
70
from_crystax = True
71
72
def download_if_necessary(self):
73
- if 'openssl' in self.ctx.recipe_build_order:
+ if 'openssl' in self.ctx.recipe_build_order or self.version == '3.6':
74
full_version = LATEST_FULL_VERSION[self.version]
75
Python3Recipe.url = 'https://www.python.org/ftp/python/{0}.{1}.{2}/Python-{0}.{1}.{2}.tgz'.format(*full_version.split('.'))
76
super(Python3Recipe, self).download_if_necessary()
0 commit comments