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 --- packages/python/python-2.5-manifest.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'packages/python/python-2.5-manifest.inc') diff --git a/packages/python/python-2.5-manifest.inc b/packages/python/python-2.5-manifest.inc index 4142a4b620..bba1b2f33d 100644 --- a/packages/python/python-2.5-manifest.inc +++ b/packages/python/python-2.5-manifest.inc @@ -1,5 +1,5 @@ # WARNING: This file is AUTO GENERATED: Manual edits will be lost next time I regenerate the file. -# Generator: './generate-manifest-2.5.py' Version 20080722 (C) 2002-2008 Michael 'Mickey' Lauer +# Generator: './generate-manifest-2.5.py' Version 20081102 (C) 2002-2008 Michael 'Mickey' Lauer # Visit the Python for Embedded Systems Site => http://www.Vanille.de/projects/python.spy @@ -10,8 +10,8 @@ PACKAGES="python-profile python-threading python-distutils python-doctest python DESCRIPTION_python-profile="Python Basic Profiling Support" PR_python-profile="ml0" -RDEPENDS_python-profile="python-core" -FILES_python-profile="${libdir}/python2.5/profile.* ${libdir}/python2.5/pstats.* " +RDEPENDS_python-profile="python-core python-re" +FILES_python-profile="${libdir}/python2.5/profile.* ${libdir}/python2.5/pstats.* ${libdir}/python2.5/cProfile.* ${libdir}/python2.5/lib-dynload/_lsprof.so " DESCRIPTION_python-threading="Python Threading & Synchronization Support" PR_python-threading="ml0" -- cgit v1.2.3 From 178007af8cc90afe68c79605bc22de2d8b72bdff Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Sun, 2 Nov 2008 22:29:39 +0100 Subject: python 2.5.2: python-profile depends on python-textutils. closes Openmoko bug #2106 --- packages/python/python-2.5-manifest.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/python/python-2.5-manifest.inc') diff --git a/packages/python/python-2.5-manifest.inc b/packages/python/python-2.5-manifest.inc index bba1b2f33d..6c4440877f 100644 --- a/packages/python/python-2.5-manifest.inc +++ b/packages/python/python-2.5-manifest.inc @@ -10,7 +10,7 @@ PACKAGES="python-profile python-threading python-distutils python-doctest python DESCRIPTION_python-profile="Python Basic Profiling Support" PR_python-profile="ml0" -RDEPENDS_python-profile="python-core python-re" +RDEPENDS_python-profile="python-core python-textutils" FILES_python-profile="${libdir}/python2.5/profile.* ${libdir}/python2.5/pstats.* ${libdir}/python2.5/cProfile.* ${libdir}/python2.5/lib-dynload/_lsprof.so " DESCRIPTION_python-threading="Python Threading & Synchronization Support" -- cgit v1.2.3