diff options
author | John Lee <john_lee@openmoko.org> | 2008-07-21 09:02:00 +0000 |
---|---|---|
committer | John Lee <john_lee@openmoko.org> | 2008-07-21 09:02:00 +0000 |
commit | 4f39c69d732f72bef35affd07866728380cf9916 (patch) | |
tree | 161ad8b2f3b41ff8085c49124d12ee72579e207c /contrib | |
parent | f0e7c6dbe2141e8e7ce189f3b2e6011cc441e569 (diff) |
generate-manifest-2.5.py: add python-difflib
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/python/generate-manifest-2.5.py | 3 |
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() |