From 998b2d08ece18e2c6a703faf11a8afba967d70d7 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Fri, 19 Oct 2001 11:16:55 +0000 Subject: Don't build mpz extension, it's moved to a separate port. --- lang/python/files/patch-setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lang/python/files') diff --git a/lang/python/files/patch-setup.py b/lang/python/files/patch-setup.py index fd0d484c38db..f3cef489fa8f 100644 --- a/lang/python/files/patch-setup.py +++ b/lang/python/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 = ["_tkinter", "gdbm", "pyexpat"] ++disabled_module_list = ["_tkinter", "gdbm", "mpz", "pyexpat"] def find_file(filename, std_dirs, paths): """Searches for the directory where a given file is located, -- cgit v1.2.3