remove dependency on yum-utils

This was added in commit 9ce9442642 and is not actually neede.
Just because we print
   Failed build dependencies
   Please run 'yum-builddep %s' as root.

So it should be rather replaced by:
   Suggest: yum-utils
But that cannot be parsed on el6 and is in fact not needed on F23+ at all.
So it should be rather described by rich deps like
   Suggest: (yum-utils if yum) and (dnf-plugins-core if dnf)
But rich deps should not be used for now.

So lets remove it for now. So yum-utils can be safely retired in rawhide.
This commit is contained in:
Miroslav Suchý 2016-04-20 14:39:48 +02:00
parent 79ed5505b4
commit 71a5078947

View file

@ -72,7 +72,6 @@ Requires: fedpkg
Requires: fedora-cert
Requires: fedora-packager
Requires: rpmdevtools
Requires: yum-utils
# Cheetah doesn't exist for Python 3, but it's what Mead uses. We
# install it and call via the command line instead of importing the
# potentially incompatible code