On Thu, Jun 28, 2012 at 5:48 AM, Heijmans S (spir-it) <[email protected]> wrote: > So, should the dependency list op the rpm of Cobbler 2.2.3-2 (and onwards) be > updated with this package? > # rpm -qpR cobbler-2.2.3-2.el5.noarch.rpm > python >= 2.3 > httpd > tftp-server > mod_wsgi > createrepo > python-cheetah > python-netaddr > python-simplejson > python-urlgrabber > PyYAML > rsync > mkisofs > yum-utils > /sbin/chkconfig > /sbin/chkconfig > /sbin/service > /bin/sh > /bin/sh > /bin/sh > rpmlib(PayloadFilesHavePrefix) <= 4.0-1 > rpmlib(CompressedFileNames) <= 3.0.4-1 > # > > I tried to find the EPEL package maintainer for the cobbler packages but had > no luck.
That would be me, and yes it should be included in the requirements - I was unaware that it was a separate package (it is not in Fedora, which is my primary development platform): $ rpm -qa | grep ctypes $ python Python 2.7.3 (default, Apr 30 2012, 21:18:11) [GCC 4.7.0 20120416 (Red Hat 4.7.0-2)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import ctypes >>> So I'm guessing at some point they included this in the default python libraries, but if RHEL5.8 is still using python 2.4 it must not be included there. I'll get that fixed in the next release. _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
