diff options
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 |