case $THIS_SUB_DEPENDS in
   GLIB_DEVEL) if [[ "$GLIB_VER" == "devel" ]]; then return 0; fi;;
   PYTHON) if is_depends_enabled $SPELL python; then return 0;
           elif is_depends_enabled $SPELL python3; then return 0;
           fi ;;
esac
return 1
