Ticket #22517: patch-setup.py.diff

File patch-setup.py.diff, 518 bytes (added by eborisch@…, 14 years ago)
  • setup.py

     
    1515from distutils.command.install_lib import install_lib
    1616
    1717# This global variable is used to hold the list of modules to be disabled.
    18 disabled_module_list = []
     18disabled_module_list = ["zlib","_hashlib","_ssl","_bsddb","_sqlite3","_tkinter","bz2","gdbm","readline","_curses","_curses_panel"]
    1919
    2020def add_dir_to_list(dirlist, dir):
    2121    """Add the directory 'dir' to the list 'dirlist' (at the front) if