On 11/07/2004 03:25:26 AM, Ricardo Veguilla wrote:
The problem is that python-2.4 was added to the repository, but many packages depend on python-2.3. Until all the packages are updated to use the new version of python, you can exclude it from the update operation by running: "yum --exclude python\* update"
Supposedly there is a way to make rpm's be relatively independent of Python version - where some final step is actually performed at install time rather than during build. Not sure how easy it is to do that though.