diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2006-10-13 07:16:45 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2006-10-13 07:16:45 +0000 |
commit | e18b838fd903ca4a6c3dca6db8a75eedefd645e4 (patch) | |
tree | 984ef244bb83f4a2bfc290e7cc31fd2928e81ef0 /lang/python24/files/patch-setup.py | |
parent | 30e47c7797fc9aab9ca16ce028586297aaa89225 (diff) |
Notes
Diffstat (limited to 'lang/python24/files/patch-setup.py')
-rw-r--r-- | lang/python24/files/patch-setup.py | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lang/python24/files/patch-setup.py b/lang/python24/files/patch-setup.py index 09ac786be1a6..93e2c278b468 100644 --- a/lang/python24/files/patch-setup.py +++ b/lang/python24/files/patch-setup.py @@ -27,13 +27,3 @@ curses_libs = ['ncursesw'] exts.append( Extension('_curses', ['_cursesmodule.c'], libraries = curses_libs) ) -@@ -1187,8 +1187,7 @@ - ext_modules=[Extension('struct', ['structmodule.c'])], - - # Scripts to install -- scripts = ['Tools/scripts/pydoc', 'Tools/scripts/idle', -- 'Lib/smtpd.py'] -+ scripts = [] - ) - - # --install-platlib |