[oe-commits] org.oe.dev python 2.5.2 python-xml does _not_ RDEPENDS on python-netclient (what was i thinking?)

mickeyl commit oe at amethyst.openembedded.net
Thu Apr 10 14:53:29 UTC 2008


python 2.5.2 python-xml does _not_ RDEPENDS on python-netclient (what was i thinking?)

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: e60a8f72eae0f7b895ce3dcef35c617fd738bfd3
ViewMTN: http://monotone.openembedded.org/revision/info/e60a8f72eae0f7b895ce3dcef35c617fd738bfd3
Files:
1
contrib/python/generate-manifest-2.5.py
packages/python/python-2.5-manifest.inc
packages/python/python_2.5.2.bb
Diffs:

#
# mt diff -r00af74faeec51a30c9d7bbac6a81b5ddcc45a865 -re60a8f72eae0f7b895ce3dcef35c617fd738bfd3
#
#
#
# patch "contrib/python/generate-manifest-2.5.py"
#  from [16126e312062487bf91b7314da2178b5146d04f0]
#    to [ccd26c481e9a850b5cb869f898e0a08bc214b6e3]
# 
# patch "packages/python/python-2.5-manifest.inc"
#  from [173662ecbf40b201a0b75f4180dd8d97c2f50227]
#    to [d3741f406d805ad6c3e69ff3b096529adbcd88da]
# 
# patch "packages/python/python_2.5.2.bb"
#  from [c372778f3b501ac0ddf12f07516438198387bec8]
#    to [43c9ad955282b5022b3a3db8b5b179589957f666]
#
============================================================
--- contrib/python/generate-manifest-2.5.py	16126e312062487bf91b7314da2178b5146d04f0
+++ contrib/python/generate-manifest-2.5.py	ccd26c481e9a850b5cb869f898e0a08bc214b6e3
@@ -318,7 +318,7 @@ if __name__ == "__main__":
     m.addPackage( 0, "python-unittest", "Python Unit Testing Framework", "python-core python-stringold python-lang",
     "unittest.*" )
 
-    m.addPackage( 0, "python-xml", "Python basic XML support.", "python-core python-re python-netclient",
+    m.addPackage( 1, "python-xml", "Python basic XML support.", "python-core python-re",
     "lib-dynload/pyexpat.so xml xmllib.*" ) # package
 
     m.addPackage( 0, "python-xmlrpc", "Python XMLRPC Support", "python-core python-xml python-netserver python-lang",
============================================================
--- packages/python/python-2.5-manifest.inc	173662ecbf40b201a0b75f4180dd8d97c2f50227
+++ packages/python/python-2.5-manifest.inc	d3741f406d805ad6c3e69ff3b096529adbcd88da
@@ -1,5 +1,5 @@
-########################################################################################################################
-### AUTO-GENERATED by './generate-manifest-2.5.py' [(C) 2002-2008 Michael 'Mickey' Lauer <mlauer at vanille-media.de>] on Fri Mar 21 18:43:05 2008
+[?1034h########################################################################################################################
+### AUTO-GENERATED by '../../contrib/python/generate-manifest-2.5.py' [(C) 2002-2008 Michael 'Mickey' Lauer <mlauer at vanille-media.de>] on Thu Apr 10 16:47:00 2008
 ###
 ### Visit THE Python for Embedded Systems Site => http://www.Vanille.de/projects/python.spy
 ###
@@ -208,8 +208,8 @@ DESCRIPTION_python-xml="Python basic XML
 FILES_python-mailbox="${libdir}/python2.5/mailbox.* "
 
 DESCRIPTION_python-xml="Python basic XML support."
-PR_python-xml="ml0"
-RDEPENDS_python-xml="python-core python-re python-netclient"
+PR_python-xml="ml1"
+RDEPENDS_python-xml="python-core python-re"
 FILES_python-xml="${libdir}/python2.5/lib-dynload/pyexpat.so ${libdir}/python2.5/xml ${libdir}/python2.5/xmllib.* "
 
 DESCRIPTION_python-mime="Python MIME Handling APIs"
============================================================
--- packages/python/python_2.5.2.bb	c372778f3b501ac0ddf12f07516438198387bec8
+++ packages/python/python_2.5.2.bb	43c9ad955282b5022b3a3db8b5b179589957f666
@@ -5,7 +5,8 @@ DEPENDS_sharprom = "python-native readli
 PRIORITY = "optional"
 DEPENDS = "python-native readline zlib gdbm openssl sqlite3 tcl tk"
 DEPENDS_sharprom = "python-native readline zlib gdbm openssl"
-PR = "ml1"
+# bump this on every change in contrib/python/generate-manifest-2.5.py
+PR = "ml2"
 
 PYTHON_MAJMIN = "2.5"
 






More information about the Openembedded-commits mailing list