Test 112 deps #17

Open
jessopb wants to merge 11 commits from test-112-deps into master
2 changed files with 2 additions and 2 deletions
Showing only changes of commit eda66969b1 - Show all commits

View file

@ -13,7 +13,7 @@ EXCLUDE_EXTS = (".py", ".pyc", ".so.o", ".so.a", ".so.libs", ".pyx")
class LbryBootstrap(Bootstrap):
name = 'lbry'
recipe_depends = ['genericndkbuild', ('python2', 'python3crystax')]
recipe_depends = ['genericndkbuild', ('python3', 'python3crystax')]
def run_distribute(self):
info_main("# Creating Android project ({})".format(self.name))

View file

@ -574,7 +574,7 @@ tools directory of the Android SDK.
# Hardcoding python2.7 is okay for now, as python3 skips the
# compilation anyway
if not exists('crystax_python'):
python_executable = 'python2.7'
python_executable = 'python3'
try:
subprocess.call([python_executable, '--version'])
except (OSError, subprocess.CalledProcessError):