From 8aa71adf4932b4a7e62c1d66c3de25faa3db23c2 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) (From OE-Core rev: d95f1005c35bd9c7e22c40c7c17d264fe9435c6b) Signed-off-by: Tim Orling Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python-2.7-manifest.inc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'meta/recipes-devtools/python/python-2.7-manifest.inc') diff --git a/meta/recipes-devtools/python/python-2.7-manifest.inc b/meta/recipes-devtools/python/python-2.7-manifest.inc index 6198e2d1c3..7c3fc1b73a 100644 --- a/meta/recipes-devtools/python/python-2.7-manifest.inc +++ b/meta/recipes-devtools/python/python-2.7-manifest.inc @@ -56,6 +56,7 @@ PROVIDES+=" \ ${PN}-readline \ ${PN}-resource \ ${PN}-robotparser \ + ${PN}-runpy \ ${PN}-shell \ ${PN}-smtpd \ ${PN}-sqlite3 \ @@ -127,6 +128,7 @@ PACKAGES=" \ ${PN}-readline \ ${PN}-resource \ ${PN}-robotparser \ + ${PN}-runpy \ ${PN}-shell \ ${PN}-smtpd \ ${PN}-sqlite3 \ @@ -625,6 +627,12 @@ FILES_${PN}-robotparser=" \ ${libdir}/python2.7/robotparser.* \ " +SUMMARY_${PN}-runpy="Python script for locating/executing scripts in module namespace" +RDEPENDS_${PN}-runpy="${PN}-core ${PN}-pkgutil" +FILES_${PN}-runpy=" \ + ${libdir}/python2.7/runpy.* \ +" + SUMMARY_${PN}-shell="Python shell-like functionality" RDEPENDS_${PN}-shell="${PN}-core ${PN}-re" FILES_${PN}-shell=" \ @@ -809,6 +817,7 @@ RDEPENDS_${PN}-modules=" \ ${PN}-readline \ ${PN}-resource \ ${PN}-robotparser \ + ${PN}-runpy \ ${PN}-shell \ ${PN}-smtpd \ ${PN}-sqlite3 \ -- cgit v1.2.3-54-g00ecf