Description of problem: Installing the python-rdomanager-oscplugin package on Centos 7 fails with the following error: Error: Package: python-hardware-0.14.1-dev1.el7.centos.noarch (delorean-rdo-management) Requires: sysbench Error: Package: python-hardware-0.14.1-dev1.el7.centos.noarch (delorean-rdo-management) Requires: fio You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest Version-Release number of selected component (if applicable): python-rdomanager-oscplugin-0.0.9-dev11.el7.centos.noarch How reproducible: Try installing the Steps to Reproduce: 1. Install and update a Centos 7 box 2. Run "sudo yum install -y python-rdomanager-oscplugin" 3. Note the above error Actual results: Installation of the package fails with the above errors Expected results: Installation of the package should succeed. Additional info: To work around: sudo yum -y install wget wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm sudo yum -y install ./epel-release-latest-7.noarch.rpm sudo yum -y install fio sysbench
You should be able to get these from EPEL. I'm working on getting these into the right places, but EPEL should let you workaround for now. *** This bug has been marked as a duplicate of bug 1228769 ***