From f9d5621f32f788ba666840426e8fbed8a8ddfb22 Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Sun, 2 Nov 2008 13:59:43 +0100 Subject: python 2.5.2 add cProfile and low level module companion to python-profile --- contrib/python/generate-manifest-2.5.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'contrib') diff --git a/contrib/python/generate-manifest-2.5.py b/contrib/python/generate-manifest-2.5.py index f33ba7e23d..3c81f33057 100755 --- a/contrib/python/generate-manifest-2.5.py +++ b/contrib/python/generate-manifest-2.5.py @@ -13,7 +13,7 @@ VERSION = "2.5.2" BASEREV = 0 __author__ = "Michael 'Mickey' Lauer " -__version__ = "20080722" +__version__ = "20081102" class MakefileMaker: @@ -277,8 +277,8 @@ if __name__ == "__main__": m.addPackage( 0, "python-pprint", "Python Pretty-Print Support", "python-core", "pprint.*" ) - m.addPackage( 0, "python-profile", "Python Basic Profiling Support", "python-core", - "profile.* pstats.*" ) + m.addPackage( 0, "python-profile", "Python Basic Profiling Support", "python-core python-re", + "profile.* pstats.* cProfile.* lib-dynload/_lsprof.so" ) m.addPackage( 0, "python-re", "Python Regular Expression APIs", "python-core", "re.* sre.* sre_compile.* sre_constants* sre_parse.*" ) # _sre is builtin -- cgit 1.2.3-korg