# If Python3 build is specifically requested (e.g. mesa), build that instead
# Can only build/install one python-version bound mako
if is_depends_enabled $SPELL python3; then
  default_install_python3
else
  default_install_python
fi
