default_pre_build &&
cd "${SOURCE_DIRECTORY}" &&

if is_depends_enabled ${SPELL} python; then
  patch -p0 < "${SPELL_DIRECTORY}/python2.patch"
fi
