default_pre_build &&
cd $SOURCE_DIRECTORY &&

if is_depends_enabled $SPELL pyside;then
message convert to use PySide

python camelot/bin/camelot_admin.py to_pyside  camelot pyside &&
rm -r camelot &&
mv pyside camelot
fi
