From patchwork Fri Jun 10 15:08:23 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: /contrib/python/generate-manifest-2.6.py: added contextlib to included modules Date: Fri, 10 Jun 2011 15:08:23 -0000 From: Martin Bures X-Patchwork-Id: 5643 Message-Id: To: openembedded-devel@lists.openembedded.org * Added the contextlib library to python-lang subsection. This module was built but not included in any python- package. This library is part of the Python runtime services and is a collection of utilities to support with-statements. Signed-off-by: Martin Bures --- contrib/python/generate-manifest-2.6.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) + "atexit.* bisect.* contextlib* code.* codeop.* collections.* dis.* functools.* heapq.* inspect.* keyword.* opcode.* symbol.* repr.* token.* " + "tokenize.* traceback.* weakref.*" ) m.addPackage( "${PN}-logging", "Python Logging Support", "${PN}-core ${PN}-io ${PN}-lang ${PN}-pickle ${PN}-stringold", diff --git a/contrib/python/generate-manifest-2.6.py b/contrib/python/ generate-manifest-2.6.py index 1b11266..0a56c43 100755 --- a/contrib/python/generate-manifest-2.6.py +++ b/contrib/python/generate-manifest-2.6.py @@ -256,7 +256,7 @@ if __name__ == "__main__": m.addPackage( "${PN}-lang", "Python Low-Level Language Support", "${PN}-core", "lib-dynload/_bisect.so lib-dynload/_collections.so lib-dynload/_heapq.so lib-dynload/_weakref.so lib-dynload/_functools.so " + "lib-dynload/array.so lib-dynload/itertools.so lib-dynload/operator.so lib-dynload/parser.so " + - "atexit.* bisect.* code.* codeop.* collections.* dis.* functools.* heapq.* inspect.* keyword.* opcode.* symbol.* repr.* token.* " +