default_pre_build    &&
cd $SOURCE_DIRECTORY &&
if is_depends_enabled $SPELL python3; then
  2to3 -wn --no-diffs src/c_client.py &&

  # fix detection of python-3.4
  sed -i 's/python /python3.4/' configure
fi
