mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 20:22:46 +00:00
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:
parent
79ed5505b4
commit
71a5078947
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue