From 65a85c7db3de8d16ff91a5208a59cc2202d34e5b Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Sat, 25 Nov 2017 08:37:37 -0800 Subject: python*-manifest.json: add dependencies, runpy * runpy allows running modules/scripts with 'python -m foo' - create explicit python2 and 3 packages rather than the misc catchall * python3-setuptools and html.parser RDEPENDS on _markupbase - add to python3-core rather than misc catchall * pip3 RDEPENDS on plistlib, http.client - already packaged in python2, add to python3 - add http/ to -netclient * "pip3 install" RDEPENDS on encodingds.idna - encodings.idna packaged in -core, but missing: - stringprep (move from -codecs to -core) - unicodedata (move from -codecs to -core) Signed-off-by: Tim Orling Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python/python2-manifest.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'meta/recipes-devtools/python/python') diff --git a/meta/recipes-devtools/python/python/python2-manifest.json b/meta/recipes-devtools/python/python/python2-manifest.json index 8ebc715fc1..03d4bbde6a 100644 --- a/meta/recipes-devtools/python/python/python2-manifest.json +++ b/meta/recipes-devtools/python/python/python2-manifest.json @@ -597,6 +597,7 @@ "re", "resource", "robotparser", + "runpy", "shell", "smtpd", "sqlite3", @@ -815,6 +816,16 @@ ], "summary": "Python robots.txt parser" }, + "runpy": { + "files": [ + "${libdir}/python2.7/runpy.py" + ], + "rdepends": [ + "core", + "pkgutil" + ], + "summary": "Python helper for locating/executing scripts in module namespace" + }, "shell": { "files": [ "${libdir}/python2.7/cmd.py", @@ -1029,4 +1040,4 @@ ], "summary": "Python zlib compression support" } -} \ No newline at end of file +} -- cgit 1.2.3-korg