diff options
Diffstat (limited to 'lang/python-devel/files/patch-setup.py')
| -rw-r--r-- | lang/python-devel/files/patch-setup.py | 30 | 
1 files changed, 0 insertions, 30 deletions
| diff --git a/lang/python-devel/files/patch-setup.py b/lang/python-devel/files/patch-setup.py deleted file mode 100644 index cf0beedab0c6..000000000000 --- a/lang/python-devel/files/patch-setup.py +++ /dev/null @@ -1,30 +0,0 @@ ---- setup.py.orig	Fri Jun 30 15:18:39 2006 -+++ setup.py	Thu Aug 10 18:41:33 2006 -@@ -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 = ["_bsddb", "_sqlite3", "_tkinter", "gdbm", "mpz"] -  - def add_dir_to_list(dirlist, dir): -     """Add the directory 'dir' to the list 'dirlist' (at the front) if -@@ -590,6 +590,8 @@ -             # OpenSSL doesn't do these until 0.9.8 so we'll bring our own hash -             exts.append( Extension('_sha256', ['sha256module.c']) ) -             exts.append( Extension('_sha512', ['sha512module.c']) ) -+        else: -+            open('.without_own_sha', 'w') -  -  -         # Modules that provide persistent dictionary-like semantics.  You will -@@ -1498,8 +1500,7 @@ -           ext_modules=[Extension('_struct', ['_struct.c'])], -  -           # Scripts to install --          scripts = ['Tools/scripts/pydoc', 'Tools/scripts/idle', --                     'Lib/smtpd.py'] -+          scripts = [] -         ) -  - # --install-platlib | 
