if is_depends_enabled $SPELL python3;then
 export PYTHON=/usr/bin/python3
fi &&
if is_depends_enabled $SPELL python;then
 export PYTHON=/usr/bin/python2.7
fi &&
default_build
