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/python25/files/patch-setup.py | |
parent | 30e47c7797fc9aab9ca16ce028586297aaa89225 (diff) |
Notes
Diffstat (limited to 'lang/python25/files/patch-setup.py')
-rw-r--r-- | lang/python25/files/patch-setup.py | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/python25/files/patch-setup.py b/lang/python25/files/patch-setup.py index 07708de2c558..4ed6f0f38c8e 100644 --- a/lang/python25/files/patch-setup.py +++ b/lang/python25/files/patch-setup.py @@ -27,3 +27,13 @@ curses_libs = ['ncursesw'] # Bug 1464056: If _curses.so links with ncursesw, # _curses_panel.so must link with panelw. +-@@ -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 |