From d95f1005c35bd9c7e22c40c7c17d264fe9435c6b Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Sat, 18 Nov 2017 16:10:06 -0800 Subject: python-*-manifest/generators: add runpy; python3-plistlib * runpy allows running modules/scripts with 'python -m foo' * python3-setuptools RDEPENDS on plistlib (present in python2) * pip3 RDEPENDS on _markupbase (add to python3-core) Signed-off-by: Tim Orling Signed-off-by: Ross Burton --- scripts/contrib/python/generate-manifest-2.7.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/contrib/python/generate-manifest-2.7.py') diff --git a/scripts/contrib/python/generate-manifest-2.7.py b/scripts/contrib/python/generate-manifest-2.7.py index 2491bd0bc4..ee7540399f 100755 --- a/scripts/contrib/python/generate-manifest-2.7.py +++ b/scripts/contrib/python/generate-manifest-2.7.py @@ -368,6 +368,9 @@ if __name__ == "__main__": m.addPackage( "${PN}-robotparser", "Python robots.txt parser", "${PN}-core ${PN}-netclient", "robotparser.*") + m.addPackage( "${PN}-runpy", "Python script for locating/executing scripts in module namespace", "${PN}-core ${PN}-pkgutil", + "runpy.*") + m.addPackage( "${PN}-subprocess", "Python subprocess support", "${PN}-core ${PN}-io ${PN}-re ${PN}-fcntl ${PN}-pickle", "subprocess.*" ) -- cgit v1.2.3