Comments
Patch
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.* " +
* 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 <needemesleepe@gmail.com> --- 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",