[oe-commits] org.oe.dev generate-manifest-2.5.py: pdb requires pprint

john_lee commit oe at amethyst.openembedded.net
Mon Jul 21 09:15:36 UTC 2008


generate-manifest-2.5.py: pdb requires pprint

Author: john_lee at openembedded.org
Branch: org.openembedded.dev
Revision: 0957a92c3a308e821c328d18cb5f1ca17fe9ddc2
ViewMTN: http://monotone.openembedded.org/revision/info/0957a92c3a308e821c328d18cb5f1ca17fe9ddc2
Files:
1
contrib/python/generate-manifest-2.5.py
Diffs:

#
# mt diff -r21fd4b09ce7ac24dc3deb61f01b7dfbf2d2f90ad -r0957a92c3a308e821c328d18cb5f1ca17fe9ddc2
#
#
#
# patch "contrib/python/generate-manifest-2.5.py"
#  from [2c4fe0a1bda8d3d252efebff3158f769a34cbea7]
#    to [75c24068a730eed5c269fcefc24aeaabeeef0f0e]
#
============================================================
--- contrib/python/generate-manifest-2.5.py	2c4fe0a1bda8d3d252efebff3158f769a34cbea7
+++ contrib/python/generate-manifest-2.5.py	75c24068a730eed5c269fcefc24aeaabeeef0f0e
@@ -205,7 +205,7 @@ if __name__ == "__main__":
     m.addPackage( 0, "python-db", "Python File-Based Database Support", "python-core",
     "anydbm.* dumbdbm.* whichdb.* " )
 
-    m.addPackage( 0, "python-debugger", "Python Debugger", "python-core python-io python-lang python-re python-stringold python-shell",
+    m.addPackage( 1, "python-debugger", "Python Debugger", "python-core python-io python-lang python-re python-stringold python-shell python-pprint",
     "bdb.* pdb.*" )
 
     m.addPackage( 0, "python-distutils", "Python Distribution Utilities", "python-core",






More information about the Openembedded-commits mailing list