mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 00:32:13 +02:00
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:
committed by
Richard Purdie
parent
69a910d2e7
commit
8aa71adf49
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user