mirror of
https://git.yoctoproject.org/poky
synced 2026-04-02 17:02:21 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
3948336d8d
commit
7f58a85337
@@ -391,4 +391,8 @@ if __name__ == "__main__":
|
||||
m.addPackage( "${PN}-argparse", "Python command line argument parser", "${PN}-core ${PN}-codecs ${PN}-textutils",
|
||||
"argparse.*" )
|
||||
|
||||
m.addPackage( "${PN}-contextlib", "Python utilities for with-statement" +
|
||||
"contexts.", "${PN}-core",
|
||||
"${libdir}/python${PYTHON_MAJMIN}/contextlib.*" )
|
||||
|
||||
m.make()
|
||||
|
||||
Reference in New Issue
Block a user