summaryrefslogtreecommitdiff
path: root/packages/python/python-2.5-manifest.inc
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2008-11-02 22:29:39 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2008-11-02 22:30:36 +0100
commit178007af8cc90afe68c79605bc22de2d8b72bdff (patch)
tree6fee3a23ef49147a5892f3c49940975b59597261 /packages/python/python-2.5-manifest.inc
parentb9b9b9a81b2aa94c1ebbcaafae64fb4fd85713e3 (diff)
python 2.5.2: python-profile depends on python-textutils. closes Openmoko bug #2106
Diffstat (limited to 'packages/python/python-2.5-manifest.inc')
-rw-r--r--packages/python/python-2.5-manifest.inc2
1 files changed, 1 insertions, 1 deletions
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"