$OpenBSD: patch-setup_py,v 1.4 2003/12/30 22:21:25 sturm Exp $
--- setup.py.orig	2003-05-22 19:36:54.000000000 +0200
+++ setup.py	2003-12-30 19:16:00.000000000 +0100
@@ -808,7 +808,7 @@ def main():
           ext_modules=[Extension('struct', ['structmodule.c'])],
 
           # Scripts to install
-          scripts = ['Tools/scripts/pydoc']
+          scripts = []
         )
 
 # --install-platlib
