[oe-commits] Michael 'Mickey' Lauer : python 2.5.2: python-profile depends on python-textutils. closes Openmoko bug #2106

GIT User account git at amethyst.openembedded.net
Sun Nov 2 21:32:31 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 178007af8cc90afe68c79605bc22de2d8b72bdff
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=178007af8cc90afe68c79605bc22de2d8b72bdff

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sun Nov  2 22:29:39 2008 +0100

python 2.5.2: python-profile depends on python-textutils. closes Openmoko bug #2106

---

 contrib/python/generate-manifest-2.5.py |    2 +-
 packages/python/python-2.5-manifest.inc |    2 +-
 packages/python/python_2.5.2.bb         |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/contrib/python/generate-manifest-2.5.py b/contrib/python/generate-manifest-2.5.py
index 3c81f33..8054608 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",
diff --git a/packages/python/python-2.5-manifest.inc b/packages/python/python-2.5-manifest.inc
index bba1b2f..6c44408 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"
diff --git a/packages/python/python_2.5.2.bb b/packages/python/python_2.5.2.bb
index 26a4ab8..b402b97 100644
--- a/packages/python/python_2.5.2.bb
+++ b/packages/python/python_2.5.2.bb
@@ -6,7 +6,7 @@ PRIORITY = "optional"
 DEPENDS = "python-native db gdbm openssl readline sqlite3 tcl tk zlib"
 DEPENDS_sharprom = "python-native db readline zlib gdbm openssl"
 # bump this on every change in contrib/python/generate-manifest-2.5.py
-PR = "ml15"
+PR = "ml16"
 
 PYTHON_MAJMIN = "2.5"
 





More information about the Openembedded-commits mailing list