From 4f39c69d732f72bef35affd07866728380cf9916 Mon Sep 17 00:00:00 2001 From: John Lee Date: Mon, 21 Jul 2008 09:02:00 +0000 Subject: generate-manifest-2.5.py: add python-difflib --- contrib/python/generate-manifest-2.5.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'contrib/python') 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() -- cgit 1.2.3-korg