summaryrefslogtreecommitdiffstats
path: root/lang/python27/files/patch-setup.py
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python27/files/patch-setup.py')
-rw-r--r--lang/python27/files/patch-setup.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/python27/files/patch-setup.py b/lang/python27/files/patch-setup.py
index b325b89..63779f7 100644
--- a/lang/python27/files/patch-setup.py
+++ b/lang/python27/files/patch-setup.py
@@ -1,15 +1,15 @@
---- setup.py.orig Tue Jun 17 11:51:28 2003
-+++ setup.py Fri Jul 4 17:33:05 2003
+--- setup.py.orig Thu Jul 10 21:48:39 2003
++++ setup.py Sat Jul 19 16:27:04 2003
@@ -15,7 +15,7 @@
from distutils.command.install_lib import install_lib
# This global variable is used to hold the list of modules to be disabled.
-disabled_module_list = []
-+disabled_module_list = ["_tkinter", "gdbm", "mpz", "pyexpat"]
++disabled_module_list = ["_bsddb", "_tkinter", "gdbm", "mpz", "pyexpat"]
def add_dir_to_list(dirlist, dir):
"""Add the directory 'dir' to the list 'dirlist' (at the front) if
-@@ -1127,7 +1127,7 @@
+@@ -1128,7 +1128,7 @@
ext_modules=[Extension('struct', ['structmodule.c'])],
# Scripts to install
OpenPOWER on IntegriCloud