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 <timothy.t.orling@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Tim Orling
2017-11-18 16:10:06 -08:00
committed by Richard Purdie
parent 69a910d2e7
commit 8aa71adf49
4 changed files with 40 additions and 0 deletions

View File

@@ -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 \