python 2.4.2: fix dependencies for python-re and python-stringold
authorMichael Lauer <mickey@vanille-media.de>
Sun, 12 Feb 2006 18:59:46 +0000 (18:59 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 12 Feb 2006 18:59:46 +0000 (18:59 +0000)
packages/python/python-2.4.2-manifest.inc
packages/python/python_2.4.2.bb

index 5020070..6d3696b 100644 (file)
@@ -1,5 +1,5 @@
 ########################################################################################################################
-### AUTO-GENERATED by './generate-oe.py' [(C) 2002-2005 Michael 'Mickey' Lauer <mickey@Vanille.de>] on Mon Oct 10 14:45:24 2005
+### AUTO-GENERATED by './generate-oe.py' [(C) 2002-2005 Michael 'Mickey' Lauer <mickey@Vanille.de>] on Sun Feb 12 19:58:10 2006
 ###
 ### Visit THE Python for Embedded Systems Site => http://www.Vanille.de/projects/python.spy
 ###
@@ -61,8 +61,8 @@ RDEPENDS_python-compression="python-core python-zlib"
 FILES_python-compression="${libdir}/python2.4/gzip.* ${libdir}/python2.4/zipfile.* "
 
 DESCRIPTION_python-re="Python Regular Expression APIs"
-PR_python-re="ml1"
-RDEPENDS_python-re="python-core python-stringold"
+PR_python-re="ml2"
+RDEPENDS_python-re="python-core"
 FILES_python-re="${libdir}/python2.4/re.* ${libdir}/python2.4/sre.* ${libdir}/python2.4/sre_compile.* ${libdir}/python2.4/sre_constants* ${libdir}/python2.4/sre_parse.* "
 
 DESCRIPTION_python-xmlrpc="Python XMLRPC Support"
@@ -191,8 +191,8 @@ RDEPENDS_python-unittest="python-core python-stringold python-lang"
 FILES_python-unittest="${libdir}/python2.4/unittest.* "
 
 DESCRIPTION_python-stringold="Python Deprecated String APIs"
-PR_python-stringold="ml1"
-RDEPENDS_python-stringold="python-core"
+PR_python-stringold="ml2"
+RDEPENDS_python-stringold="python-core python-re"
 FILES_python-stringold="${libdir}/python2.4/lib-dynload/strop.so ${libdir}/python2.4/string.* "
 
 DESCRIPTION_python-lib-old-and-deprecated="Python Deprecated Libraries"
index aad93d0..3e2ef84 100644 (file)
@@ -6,7 +6,7 @@ PRIORITY = "optional"
 MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>"
 PROVIDES = "python python-core"
 DEPENDS = "python-native readline zlib gdbm openssl tcl tk"
-PR = "ml2"
+PR = "ml3"
 
 PYTHON_MAJMIN = "2.4"