--- Python-2.7.11/setup.py.orig	2015-12-05 20:47:20.000000000 +0100
+++ Python-2.7.11/setup.py	2015-12-23 20:57:13.471968160 +0100
@@ -33,7 +33,7 @@
 COMPILED_WITH_PYDEBUG = ('--with-pydebug' in sysconfig.get_config_var("CONFIG_ARGS"))
 
 # This global variable is used to hold the list of modules to be disabled.
-disabled_module_list = []
+disabled_module_list = ['_bsddb', '_tkinter', 'bsddb185', 'nis']
 
 def add_dir_to_list(dirlist, dir):
     """Add the directory 'dir' to the list 'dirlist' (at the front) if