diff options
Diffstat (limited to 'lang/python23/files/patch-setup.py')
-rw-r--r-- | lang/python23/files/patch-setup.py | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/lang/python23/files/patch-setup.py b/lang/python23/files/patch-setup.py index f3cef489fa8f..139ea97743d5 100644 --- a/lang/python23/files/patch-setup.py +++ b/lang/python23/files/patch-setup.py @@ -1,11 +1,11 @@ ---- setup.py.orig Fri Mar 2 07:24:14 2001 -+++ setup.py Mon Mar 5 15:26:17 2001 -@@ -14,7 +14,7 @@ - from distutils.command.build_ext import build_ext +--- setup.py.orig Thu Jul 10 21:48:39 2003 ++++ setup.py Sat Jul 19 16:27:04 2003 +@@ -15,7 +15,7 @@ + from distutils.command.install_lib import install_lib # This global variable is used to hold the list of modules to be disabled. -disabled_module_list = [] -+disabled_module_list = ["_tkinter", "gdbm", "mpz", "pyexpat"] ++disabled_module_list = ["_bsddb", "_tkinter", "gdbm", "mpz", "pyexpat"] - def find_file(filename, std_dirs, paths): - """Searches for the directory where a given file is located, + def add_dir_to_list(dirlist, dir): + """Add the directory 'dir' to the list 'dirlist' (at the front) if |