case $THIS_SUB_DEPENDS in
  NUMPY)  is_depends_enabled $SPELL numpy  &&  return 0;;
esac

return 1
