Requires: python3-rpm-macros
While installing python3-devel in centos-7, I got below dependency issue
--> Finished Dependency Resolution
Error: Package: python36-devel-3.6.8-2.el7.ius.x86_64 (ultra-centos-7.x-ius)
Requires: python3-rpm-macros
Error: Package: python36-devel-3.6.8-2.el7.ius.x86_64 (ultra-centos-7.x-ius)
Requires: python-rpm-macros
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
I have installed the EPEL but there is no use, finally I found that Centos-Base repository is missing. So I created the repo file “/etc/yum.repo.d/CentOS_7_Base.repo” with content in base repository. Then it worked.