# both versions of python may be present
if is_depends_enabled $SPELL python;then
   default_build_python
fi &&
if is_depends_enabled $SPELL python3;then
   default_build_python3
fi
