diff options
Diffstat (limited to 'scripts/contrib')
-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() |