[oe-commits] org.oe.dev generate-manifest-2.5.py: add python-doctest

john_lee commit oe at amethyst.openembedded.net
Mon Jul 21 09:15:43 UTC 2008


generate-manifest-2.5.py: add python-doctest

Author: john_lee at openembedded.org
Branch: org.openembedded.dev
Revision: 40452ea1f72f5fac44a6918bbf630196ffd432f7
ViewMTN: http://monotone.openembedded.org/revision/info/40452ea1f72f5fac44a6918bbf630196ffd432f7
Files:
1
contrib/python/generate-manifest-2.5.py
Diffs:

#
# mt diff -r37064012f53af69aa0de1c01c5576e3f631ecc25 -r40452ea1f72f5fac44a6918bbf630196ffd432f7
#
#
#
# patch "contrib/python/generate-manifest-2.5.py"
#  from [44c510f7685942fb486f573b077db42019bfff05]
#    to [d25d1af104394a98b32f686bf43876267201ffd8]
#
============================================================
--- contrib/python/generate-manifest-2.5.py	44c510f7685942fb486f573b077db42019bfff05
+++ contrib/python/generate-manifest-2.5.py	d25d1af104394a98b32f686bf43876267201ffd8
@@ -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()






More information about the Openembedded-commits mailing list