From ab89422c10edc0f99912e5c9ab51cbd363171d58 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Sat, 18 Oct 2008 17:52:12 +0200 Subject: python 2.5.2: add some patches from pymaemo, remove old-and-deprecated package --- packages/python/python-2.5.2/05-install.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 packages/python/python-2.5.2/05-install.patch (limited to 'packages/python/python-2.5.2/05-install.patch') diff --git a/packages/python/python-2.5.2/05-install.patch b/packages/python/python-2.5.2/05-install.patch new file mode 100644 index 0000000000..c3e249db1c --- /dev/null +++ b/packages/python/python-2.5.2/05-install.patch @@ -0,0 +1,13 @@ +Index: python/Lib/distutils/command/install.py +=================================================================== +--- python.orig/Lib/distutils/command/install.py 2007-03-06 17:15:43.000000000 -0300 ++++ python/Lib/distutils/command/install.py 2007-03-06 17:16:04.000000000 -0300 +@@ -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 -- cgit v1.2.3