When installing python-devel with
yum install python-devel.x86_64
I got this error:
Resolving Dependencies
--> Running transaction check
---> Package python-devel.x86_64 0:2.6.6-36.el6 will be installed
--> Processing Dependency: python(x86-64) = 2.6.6-36.el6 for package: python-devel-2.6.6-36.el6.x86_64
--> Finished Dependency Resolution
Error: Package: python-devel-2.6.6-36.el6.x86_64 (tmp1)
Requires: python(x86-64) = 2.6.6-36.el6
Installed: python-2.6.6-52.el6.x86_64 (@rhel-x86_64-server-6)
python(x86-64) = 2.6.6-52.el6
Available: python-2.6.6-36.el6.x86_64 (tmp1)
python(x86-64) = 2.6.6-36.el6
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Has anybody an idea how to get python-devel installed?