generate-manifest-2.5.py: pdb requires pprint
authorJohn Lee <john_lee@openmoko.org>
Mon, 21 Jul 2008 09:00:30 +0000 (09:00 +0000)
committerJohn Lee <john_lee@openmoko.org>
Mon, 21 Jul 2008 09:00:30 +0000 (09:00 +0000)
contrib/python/generate-manifest-2.5.py

index 0eab961..1a30b78 100755 (executable)
@@ -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",