$OpenBSD: patch-setup_py,v 1.2 2002/05/11 21:35:13 matt Exp $
--- setup.py.orig	Tue Mar 26 08:43:04 2002
+++ setup.py	Fri Apr 19 09:05:16 2002
@@ -793,7 +793,8 @@ def main():
           ext_modules=[Extension('struct', ['structmodule.c'])],
 
           # Scripts to install
-          scripts = ['Tools/scripts/pydoc']
+          #scripts = ['Tools/scripts/pydoc']
+          scripts = []
         )
 
 # --install-platlib
