NON-WORKING python with an older version of the MinGW patch.
[fedora-mingw.git] / python / python-2.5-disable-egginfo.patch
1 --- Python-2.5/Lib/distutils/command/install.py.egginfo 2006-12-06 17:12:57.000000000 -0500
2 +++ Python-2.5/Lib/distutils/command/install.py 2006-12-06 17:13:10.000000000 -0500
3 @@ -601,7 +601,7 @@
4                      ('install_headers', has_headers),
5                      ('install_scripts', has_scripts),
6                      ('install_data',    has_data),
7 -                    ('install_egg_info', lambda self:True),
8 +                    ('install_egg_info', lambda self:False),
9                     ]
10  
11  # class install