aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-2.7-manifest.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python-2.7-manifest.inc')
-rw-r--r--meta/recipes-devtools/python/python-2.7-manifest.inc9
1 files changed, 9 insertions, 0 deletions
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 \