diff options
Diffstat (limited to 'meta/recipes-devtools/python/python-2.7-manifest.inc')
-rw-r--r-- | meta/recipes-devtools/python/python-2.7-manifest.inc | 9 |
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+=" \ | |||
56 | ${PN}-readline \ | 56 | ${PN}-readline \ |
57 | ${PN}-resource \ | 57 | ${PN}-resource \ |
58 | ${PN}-robotparser \ | 58 | ${PN}-robotparser \ |
59 | ${PN}-runpy \ | ||
59 | ${PN}-shell \ | 60 | ${PN}-shell \ |
60 | ${PN}-smtpd \ | 61 | ${PN}-smtpd \ |
61 | ${PN}-sqlite3 \ | 62 | ${PN}-sqlite3 \ |
@@ -127,6 +128,7 @@ PACKAGES=" \ | |||
127 | ${PN}-readline \ | 128 | ${PN}-readline \ |
128 | ${PN}-resource \ | 129 | ${PN}-resource \ |
129 | ${PN}-robotparser \ | 130 | ${PN}-robotparser \ |
131 | ${PN}-runpy \ | ||
130 | ${PN}-shell \ | 132 | ${PN}-shell \ |
131 | ${PN}-smtpd \ | 133 | ${PN}-smtpd \ |
132 | ${PN}-sqlite3 \ | 134 | ${PN}-sqlite3 \ |
@@ -625,6 +627,12 @@ FILES_${PN}-robotparser=" \ | |||
625 | ${libdir}/python2.7/robotparser.* \ | 627 | ${libdir}/python2.7/robotparser.* \ |
626 | " | 628 | " |
627 | 629 | ||
630 | SUMMARY_${PN}-runpy="Python script for locating/executing scripts in module namespace" | ||
631 | RDEPENDS_${PN}-runpy="${PN}-core ${PN}-pkgutil" | ||
632 | FILES_${PN}-runpy=" \ | ||
633 | ${libdir}/python2.7/runpy.* \ | ||
634 | " | ||
635 | |||
628 | SUMMARY_${PN}-shell="Python shell-like functionality" | 636 | SUMMARY_${PN}-shell="Python shell-like functionality" |
629 | RDEPENDS_${PN}-shell="${PN}-core ${PN}-re" | 637 | RDEPENDS_${PN}-shell="${PN}-core ${PN}-re" |
630 | FILES_${PN}-shell=" \ | 638 | FILES_${PN}-shell=" \ |
@@ -809,6 +817,7 @@ RDEPENDS_${PN}-modules=" \ | |||
809 | ${PN}-readline \ | 817 | ${PN}-readline \ |
810 | ${PN}-resource \ | 818 | ${PN}-resource \ |
811 | ${PN}-robotparser \ | 819 | ${PN}-robotparser \ |
820 | ${PN}-runpy \ | ||
812 | ${PN}-shell \ | 821 | ${PN}-shell \ |
813 | ${PN}-smtpd \ | 822 | ${PN}-smtpd \ |
814 | ${PN}-sqlite3 \ | 823 | ${PN}-sqlite3 \ |