From: John Lee Date: Mon, 21 Jul 2008 09:02:41 +0000 (+0000) Subject: generate-manifest-2.5.py: add python-doctest X-Git-Tag: Release-2010-05/1~6512^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=784f75ef1337630304dad3c69d31f700a7f5618d;p=openembedded.git generate-manifest-2.5.py: add python-doctest --- diff --git a/contrib/python/generate-manifest-2.5.py b/contrib/python/generate-manifest-2.5.py index 049fc32553..291251b87d 100755 --- a/contrib/python/generate-manifest-2.5.py +++ b/contrib/python/generate-manifest-2.5.py @@ -333,4 +333,7 @@ if __name__ == "__main__": m.addPackage( 0, "python-difflib", "Python helpers for computing deltas between objects.", "python-lang python-re", "difflib.*" ) + m.addPackage( 0, "python-doctest", "Python framework for running examples in docstrings.", "python-core python-lang python-io python-re python-unittest python-debugger python-difflib", + "doctest.*" ) + m.make()