From 62e80c63995f572631d2c1f14957b335f5013191 Mon Sep 17 00:00:00 2001 From: Hye-Shik Chang Date: Tue, 4 Nov 2003 18:00:37 +0000 Subject: - Include pyexpat module in python base ports because python incorporated expat 1.95.6 in its distribution from Python-2.3. - Bump PORTREVISION subsequently. Requested by: Mike Brown Jeremy Kloth --- lang/python25/files/patch-setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/python25/files/patch-setup.py') diff --git a/lang/python25/files/patch-setup.py b/lang/python25/files/patch-setup.py index d83025329ce0..acf4e60dc734 100644 --- a/lang/python25/files/patch-setup.py +++ b/lang/python25/files/patch-setup.py @@ -5,7 +5,7 @@ # This global variable is used to hold the list of modules to be disabled. -disabled_module_list = [] -+disabled_module_list = ["_bsddb", "_tkinter", "gdbm", "mpz", "pyexpat"] ++disabled_module_list = ["_bsddb", "_tkinter", "gdbm", "mpz"] def add_dir_to_list(dirlist, dir): """Add the directory 'dir' to the list 'dirlist' (at the front) if -- cgit v1.2.3