On Thu, 26 Oct 2006, Robert Scheck wrote: > Hm, it looks like md5 support is broken (detected when trying to rebuild > python-urlgrabber package. It didn't get part of python upstream, didn't > it?): Right you broke it by incorrect merging the python-2.4.3-config.patch, just add: --- snipp --- --- Python-2.5/Modules/Setup.dist 2006-10-26 22:25:46.000000000 +0200 +++ Python-2.5/Modules/Setup.dist.rsc 2006-10-26 22:27:11.000000000 +0200 @@ -241,12 +241,12 @@ # Message-Digest Algorithm, described in RFC 1321. The necessary files # md5.c and md5.h are included here. -#_md5 md5module.c md5.c +_md5 md5module.c md5.c # The _sha module implements the SHA checksum algorithm. # (NIST's Secure Hash Algorithm.) -#_sha shamodule.c +_sha shamodule.c # SGI IRIX specific modules -- off by default. --- snapp --- and everything will work again. How to handle the .egg-info files now? As far as I know, they are used by egg/pkg_resources which seems to be very roughly something like CPAN is for perl (but I'm not experienced at this topic). Greetings, Robert -- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-list