At work I need to use Red Hat Enterprise Linux (RHEL) version 5 on one particular server. I am experienced with Linux, but not much with RHEL (more with Debian and Ubuntu).
I want to install gitosis, but the EPEL package for gitosis depends on python-setuptools; and python-setuptools in turn depends on python-devel.
yum cannot find python-devel.
python-devel does not seem to exist in EPEL. This leads me to believe that it is probably supported in RHEL 5 directly; maybe EPEL isn't offering it because it's part of RHEL?
Checking with RPM search on pbone.net, I do find that Centos has a python-devel package, which again makes me think that python-devel ought to be provided by RHEL.
The yum.conf file on the server has a [main] entry with the line "distroverpkg=redhat-release" in it. The directory "yum.repos.d" has these repository files: epel.repo epel-testing.repo rhel-debuginfo.repo
Should python-devel be in the "redhat-release" repository? Is there some other official RHEL repository I should be including in my yum config?
Thanks for any help.
