diff options
author | Philip Tricca <flihp@twobit.us> | 2015-01-11 05:14:24 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-01-23 11:36:31 +0000 |
commit | 7f58a85337a0712802bdb604a58985a8800b6477 (patch) | |
tree | 369c9d2d9d981c77bb8ced804473d003e9452ad5 /scripts | |
parent | 3948336d8d3f0083222d9607c0b7b97922ef13c6 (diff) | |
download | poky-7f58a85337a0712802bdb604a58985a8800b6477.tar.gz |
python-2.7-manifest: Add package for contextlib module
This is required for python code using 'with' statements.
(From OE-Core rev: 27dbacdb88ee3e79f4c95a779d8a7e8c5c8f941d)
Signed-off-by: Philip Tricca <flihp@twobit.us>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/contrib/python/generate-manifest-2.7.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/contrib/python/generate-manifest-2.7.py b/scripts/contrib/python/generate-manifest-2.7.py index 99b11678db..52224fb934 100755 --- a/scripts/contrib/python/generate-manifest-2.7.py +++ b/scripts/contrib/python/generate-manifest-2.7.py | |||
@@ -391,4 +391,8 @@ if __name__ == "__main__": | |||
391 | m.addPackage( "${PN}-argparse", "Python command line argument parser", "${PN}-core ${PN}-codecs ${PN}-textutils", | 391 | m.addPackage( "${PN}-argparse", "Python command line argument parser", "${PN}-core ${PN}-codecs ${PN}-textutils", |
392 | "argparse.*" ) | 392 | "argparse.*" ) |
393 | 393 | ||
394 | m.addPackage( "${PN}-contextlib", "Python utilities for with-statement" + | ||
395 | "contexts.", "${PN}-core", | ||
396 | "${libdir}/python${PYTHON_MAJMIN}/contextlib.*" ) | ||
397 | |||
394 | m.make() | 398 | m.make() |