default_pre_build    &&
cd $SOURCE_DIRECTORY &&
if is_depends_enabled $SPELL python3; then
  2to3 -wn --no-diffs xcbgen &&

  # fix detection of python-3.3
  sed -i 's/python /python3.3/' configure
fi
