if is_depends_enabled "$SPELL" python3; then
  py=python3
else
  py=python2
fi &&
"$py" configure.py --bootstrap
