[oe-commits] org.oe.dev contrib/python/generate-manifest.py: python-pickle depends on python-io

mickeyl commit openembedded-commits at lists.openembedded.org
Sat Nov 11 18:26:16 UTC 2006


contrib/python/generate-manifest.py: python-pickle depends on python-io

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: d2f9a673152a1af2fb7caac7a69510931a647818
ViewMTN: http://monotone.openembedded.org/revision.psp?id=d2f9a673152a1af2fb7caac7a69510931a647818
Files:
1
contrib/python/generate-manifest.py
Diffs:

#
# mt diff -rede95c4bb867a4478ce91661c93d3d27bb80b302 -rd2f9a673152a1af2fb7caac7a69510931a647818
#
# 
# 
# patch "contrib/python/generate-manifest.py"
#  from [599c6b358882bd4a00895b7369c9e0473ed80b52]
#    to [7cd48cbfdf6f4d8a23dad8a0d032baa7865e1055]
# 
============================================================
--- contrib/python/generate-manifest.py	599c6b358882bd4a00895b7369c9e0473ed80b52
+++ contrib/python/generate-manifest.py	7cd48cbfdf6f4d8a23dad8a0d032baa7865e1055
@@ -270,7 +270,7 @@ if __name__ == "__main__":
     m.addPackage( 0, "python-netserver", "Python Internet Protocol Servers", "python-core, python-netclient",
     "cgi.* BaseHTTPServer.* SimpleHTTPServer.* SocketServer.*" )
 
-    m.addPackage( 0, "python-pickle", "Python Persistence Support", "python-core, python-codecs, python-re",
+    m.addPackage( 1, "python-pickle", "Python Persistence Support", "python-core, python-codecs, python-io, python-re",
     "pickle.* shelve.* lib-dynload/cPickle.so" )
 
     m.addPackage( 0, "python-pprint", "Python Pretty-Print Support", "python-core",






More information about the Openembedded-commits mailing list