diff options
-rw-r--r-- | Misc/BeOS-setup.py | 1 | ||||
-rw-r--r-- | setup.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Misc/BeOS-setup.py b/Misc/BeOS-setup.py index 438daa7..c1435b6 100644 --- a/Misc/BeOS-setup.py +++ b/Misc/BeOS-setup.py @@ -177,7 +177,6 @@ class PyBuildExt(build_ext): # Some modules that are normally always on: exts.append( Extension('regex', ['regexmodule.c', 'regexpr.c']) ) - exts.append( Extension('pcre', ['pcremodule.c', 'pypcre.c']) ) exts.append( Extension('_weakref', ['_weakref.c']) ) exts.append( Extension('_symtable', ['symtablemodule.c']) ) @@ -296,7 +296,6 @@ class PyBuildExt(build_ext): # Some modules that are normally always on: exts.append( Extension('regex', ['regexmodule.c', 'regexpr.c']) ) - exts.append( Extension('pcre', ['pcremodule.c', 'pypcre.c']) ) exts.append( Extension('_hotshot', ['_hotshot.c']) ) exts.append( Extension('_weakref', ['_weakref.c']) ) |