after installing rpmforge-release-0.5.3-1.el7.rf.x86_64
and trying to install python-twill on a semi-fresh installation of CentOS 7, I get the following message:
# yum install python-twill.noarch
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.usinternet.com
* epel: mirror.steadfast.net
* extras: mirrors.centos.webair.com
* rpmforge: mirror.us.leaseweb.net
* updates: bay.uchicago.edu
Resolving Dependencies
--> Running transaction check
---> Package python-twill.noarch 0:0.9-1.el6.rf will be installed
--> Processing Dependency: python(abi) = 2.6 for package: python-twill-0.9-1.el6.rf.noarch
--> Finished Dependency Resolution
Error: Package: python-twill-0.9-1.el6.rf.noarch (rpmforge)
Requires: python(abi) = 2.6
Installed: python-2.7.5-16.el7.x86_64 (@anaconda)
python(abi) = 2.7
python(abi) = 2.7
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
after installing rpmforge-release-0.5.3-1.el7.rf.x86_64 and trying to install python-twill on a semi-fresh installation of CentOS 7, I get the following message: