From: John Lee Date: Mon, 21 Jul 2008 09:02:00 +0000 (+0000) Subject: generate-manifest-2.5.py: add python-difflib X-Git-Tag: Release-2010-05/1~6512^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f39c69d732f72bef35affd07866728380cf9916;p=openembedded.git generate-manifest-2.5.py: add python-difflib --- 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()