aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python
diff options
context:
space:
mode:
authorJohn Lee <john_lee@openmoko.org>2008-07-21 09:00:30 +0000
committerJohn Lee <john_lee@openmoko.org>2008-07-21 09:00:30 +0000
commitf0e7c6dbe2141e8e7ce189f3b2e6011cc441e569 (patch)
tree067515ff51cd3ecce2f790b6fabacb32ff6f4e61 /contrib/python
parent0f3931ecb1c0a1987bb417da4201d72757efb048 (diff)
downloadopenembedded-f0e7c6dbe2141e8e7ce189f3b2e6011cc441e569.tar.gz
generate-manifest-2.5.py: pdb requires pprint
Diffstat (limited to 'contrib/python')
-rwxr-xr-xcontrib/python/generate-manifest-2.5.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/python/generate-manifest-2.5.py b/contrib/python/generate-manifest-2.5.py
index 0eab961d43..1a30b7865a 100755
--- a/contrib/python/generate-manifest-2.5.py
+++ b/contrib/python/generate-manifest-2.5.py
@@ -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",