File MySQL-python-1.2.4-dont-use-python-distribute.patch of Package python-mysql
--- a/setup.py +++ b/setup.py @@ -3,8 +3,6 @@ import os import sys -from distribute_setup import use_setuptools -use_setuptools() from setuptools import setup, Extension if not hasattr(sys, "hexversion") or sys.hexversion < 0x02040000: