aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python
diff options
context:
space:
mode:
authorJohn Lee <john_lee@openmoko.org>2008-07-21 09:02:41 +0000
committerJohn Lee <john_lee@openmoko.org>2008-07-21 09:02:41 +0000
commit784f75ef1337630304dad3c69d31f700a7f5618d (patch)
treea87c591a8296dbc6fb4e7c35d3630e24ca7592c2 /contrib/python
parent4f39c69d732f72bef35affd07866728380cf9916 (diff)
downloadopenembedded-784f75ef1337630304dad3c69d31f700a7f5618d.tar.gz
generate-manifest-2.5.py: add python-doctest
Diffstat (limited to 'contrib/python')
-rwxr-xr-xcontrib/python/generate-manifest-2.5.py3
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 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()