X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=python%2Fpython-2.5-disable-egginfo.patch;fp=python%2Fpython-2.5-disable-egginfo.patch;h=0000000000000000000000000000000000000000;hb=40f041897cfdaf4f8f708c404ac275ca8de7edcf;hp=920b90cebf02095764f92b87dd6e5e502478e03c;hpb=7effc743fb58e93f559d082b256449ade5a75298;p=fedora-mingw.git diff --git a/python/python-2.5-disable-egginfo.patch b/python/python-2.5-disable-egginfo.patch deleted file mode 100644 index 920b90c..0000000 --- a/python/python-2.5-disable-egginfo.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- Python-2.5/Lib/distutils/command/install.py.egginfo 2006-12-06 17:12:57.000000000 -0500 -+++ Python-2.5/Lib/distutils/command/install.py 2006-12-06 17:13:10.000000000 -0500 -@@ -601,7 +601,7 @@ - ('install_headers', has_headers), - ('install_scripts', has_scripts), - ('install_data', has_data), -- ('install_egg_info', lambda self:True), -+ ('install_egg_info', lambda self:False), - ] - - # class install