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.
hostpython2
hostpython3
mysqldb
1 parent bc425f9 commit 9d6db06Copy full SHA for 9d6db06
pythonforandroid/recipes/hostpython3/__init__.py
@@ -11,7 +11,6 @@ class Hostpython3Recipe(HostPythonRecipe):
11
'''
12
version = '3.8.1'
13
name = 'hostpython3'
14
- conflicts = ['hostpython2']
15
16
17
recipe = Hostpython3Recipe()
pythonforandroid/recipes/mysqldb/__init__.py
@@ -31,7 +31,7 @@ def prebuild_arch(self, arch):
31
def get_recipe_env(self, arch=None):
32
env = super(MysqldbRecipe, self).get_recipe_env(arch)
33
34
- hostpython = self.get_recipe('hostpython2', self.ctx)
+ hostpython = self.get_recipe('hostpython3', self.ctx)
35
# TODO: fix hardcoded path
36
env['PYTHONPATH'] = (join(hostpython.get_build_dir(arch.arch),
37
'build', 'lib.linux-x86_64-2.7') +
0 commit comments