14 lines
425 B
Plaintext
14 lines
425 B
Plaintext
$OpenBSD: patch-setup_py,v 1.2 2001/09/24 16:54:25 espie Exp $
|
|
--- setup.py.orig Mon Jul 16 18:00:32 2001
|
|
+++ setup.py Thu Sep 20 00:32:35 2001
|
|
@@ -608,7 +608,8 @@ def main():
|
|
ext_modules=[Extension('struct', ['structmodule.c'])],
|
|
|
|
# Scripts to install
|
|
- scripts = ['Tools/scripts/pydoc']
|
|
+ #scripts = ['Tools/scripts/pydoc']
|
|
+ scripts = []
|
|
)
|
|
|
|
# --install-platlib
|