generate-manifest-2.5.py: add python-doctest
authorJohn Lee <john_lee@openmoko.org>
Mon, 21 Jul 2008 09:02:41 +0000 (09:02 +0000)
committerJohn Lee <john_lee@openmoko.org>
Mon, 21 Jul 2008 09:02:41 +0000 (09:02 +0000)
contrib/python/generate-manifest-2.5.py

index 049fc32..291251b 100755 (executable)
@@ -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()