aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python
diff options
context:
space:
mode:
authorJohn Lee <john_lee@openmoko.org>2008-07-21 09:02:00 +0000
committerJohn Lee <john_lee@openmoko.org>2008-07-21 09:02:00 +0000
commit4f39c69d732f72bef35affd07866728380cf9916 (patch)
tree161ad8b2f3b41ff8085c49124d12ee72579e207c /contrib/python
parentf0e7c6dbe2141e8e7ce189f3b2e6011cc441e569 (diff)
downloadopenembedded-4f39c69d732f72bef35affd07866728380cf9916.tar.gz
generate-manifest-2.5.py: add python-difflib
Diffstat (limited to 'contrib/python')
-rwxr-xr-xcontrib/python/generate-manifest-2.5.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/python/generate-manifest-2.5.py b/contrib/python/generate-manifest-2.5.py
index 1a30b7865a..049fc32553 100755
--- a/contrib/python/generate-manifest-2.5.py
+++ b/contrib/python/generate-manifest-2.5.py
@@ -330,4 +330,7 @@ if __name__ == "__main__":
m.addPackage( 0, "python-mailbox", "Python Mailbox Format Support", "python-core python-mime",
"mailbox.*" )
+ m.addPackage( 0, "python-difflib", "Python helpers for computing deltas between objects.", "python-lang python-re",
+ "difflib.*" )
+
m.make()