diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2001-10-19 11:16:55 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2001-10-19 11:16:55 +0000 |
commit | 998b2d08ece18e2c6a703faf11a8afba967d70d7 (patch) | |
tree | 9ab9b857bff1cf1a87a1aa7746f43e10cd6aab1c /lang/python32/files | |
parent | 3372e611f4c45cb867dc77d8b48c72bad05ab167 (diff) | |
download | ports-998b2d08ece18e2c6a703faf11a8afba967d70d7.tar.gz ports-998b2d08ece18e2c6a703faf11a8afba967d70d7.zip |
Notes
Diffstat (limited to 'lang/python32/files')
-rw-r--r-- | lang/python32/files/patch-setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/python32/files/patch-setup.py b/lang/python32/files/patch-setup.py index fd0d484c38db..f3cef489fa8f 100644 --- a/lang/python32/files/patch-setup.py +++ b/lang/python32/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, |