Ticket #22517: patch-setup.py.diff
File patch-setup.py.diff, 518 bytes (added by eborisch@…, 15 years ago) |
---|
-
setup.py
15 15 from distutils.command.install_lib import install_lib 16 16 17 17 # This global variable is used to hold the list of modules to be disabled. 18 disabled_module_list = [ ]18 disabled_module_list = ["zlib","_hashlib","_ssl","_bsddb","_sqlite3","_tkinter","bz2","gdbm","readline","_curses","_curses_panel"] 19 19 20 20 def add_dir_to_list(dirlist, dir): 21 21 """Add the directory 'dir' to the list 'dirlist' (at the front) if