/etc/profile.d/colorls.{csh,sh} use /usr/bin/tput which is installed by ncurses. See bug #469277.
You can install coreutils-single instead of coreutils to get rid of ncurses as well as other unnecessary dependencies.
(In reply to Kamil Dudka from comment #1)
> /etc/profile.d/colorls.{csh,sh} use /usr/bin/tput which is installed by
> ncurses. See bug #469277.
>
> You can install coreutils-single instead of coreutils to get rid of ncurses
> as well as other unnecessary dependencies.
Other than the profile.d/colorls.* what else doesn't coreutils-single provide?
All utils are compiled to a single binary (like busybox).
sha*sum are slower as doesn't depend on openssl
expr/factor limited to machine width ints as doesn't depend on gmp