Use python3.6 interpreter

This commit is contained in:
2019-02-04 16:19:09 +01:00
parent acfae55983
commit b180b6bdfe

View File

@@ -330,7 +330,7 @@ def generic_builder(id, libdir='', branch='', rsync=False):
maxsize=180 * 1024 * 1024,
workdir='install'))
f.addStep(MasterShellCommand(name='unpack',
command=['python2.7',
command=['python3.6',
unpack_script,
filename],
description='unpacking',