summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-2.7-manifest.inc
diff options
context:
space:
mode:
authorTim Orling <timothy.t.orling@linux.intel.com>2017-11-18 16:10:06 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-13 14:00:51 +0000
commit8aa71adf4932b4a7e62c1d66c3de25faa3db23c2 (patch)
tree5808b74301a7ea4de136134f88ba352713676ab6 /meta/recipes-devtools/python/python-2.7-manifest.inc
parent69a910d2e7e440760d02e22f8fce90ee87e15d1d (diff)
downloadpoky-8aa71adf4932b4a7e62c1d66c3de25faa3db23c2.tar.gz
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>
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+=" \
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
630SUMMARY_${PN}-runpy="Python script for locating/executing scripts in module namespace"
631RDEPENDS_${PN}-runpy="${PN}-core ${PN}-pkgutil"
632FILES_${PN}-runpy=" \
633 ${libdir}/python2.7/runpy.* \
634"
635
628SUMMARY_${PN}-shell="Python shell-like functionality" 636SUMMARY_${PN}-shell="Python shell-like functionality"
629RDEPENDS_${PN}-shell="${PN}-core ${PN}-re" 637RDEPENDS_${PN}-shell="${PN}-core ${PN}-re"
630FILES_${PN}-shell=" \ 638FILES_${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 \