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 --- contrib/python/generate-manifest-2.5.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/python') diff --git a/contrib/python/generate-manifest-2.5.py b/contrib/python/generate-manifest-2.5.py index 3c81f33057..8054608ce9 100755 --- a/contrib/python/generate-manifest-2.5.py +++ b/contrib/python/generate-manifest-2.5.py @@ -277,7 +277,7 @@ 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 python-re", + m.addPackage( 0, "python-profile", "Python Basic Profiling Support", "python-core python-textutils", "profile.* pstats.* cProfile.* lib-dynload/_lsprof.so" ) m.addPackage( 0, "python-re", "Python Regular Expression APIs", "python-core", -- cgit v1.2.3