summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorJuro Bystricky <juro.bystricky@intel.com>2017-03-13 16:06:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-14 15:20:12 +0000
commit8ab3fa375891eba3dc102b6ee7fee3582070654b (patch)
tree888695c972332b57e898c36704c8e5f239aa8622 /meta/recipes-devtools
parentb0f3c0fb99d15b5914ac876b62ff16b3e11d0b80 (diff)
downloadpoky-8ab3fa375891eba3dc102b6ee7fee3582070654b.tar.gz
python-3.5-manifest: Add imp to importlib
The imp python module is the forerunner of importlib. Include imp in the importlib subpackage instead of the misc subpackage so that it can be depended on without bringing in a bunch of unrelated, unused modules. (Slightly modified backport of afd9de380dc04780da1eeb94a4c8c46529254231 by George McCollister <george.mccollister@gmail.com>) [YOCTO#11134] (From OE-Core rev: 65f6010346c08bf90f381a2d834dd9908ba2100c) Signed-off-by: Juro Bystricky <juro.bystricky@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/python/python-3.5-manifest.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-3.5-manifest.inc b/meta/recipes-devtools/python/python-3.5-manifest.inc
index 304611432e..6c690db805 100644
--- a/meta/recipes-devtools/python/python-3.5-manifest.inc
+++ b/meta/recipes-devtools/python/python-3.5-manifest.inc
@@ -115,7 +115,7 @@ FILES_${PN}-image="${libdir}/python3.5/colorsys.* ${libdir}/python3.5/imghdr.* $
115 115
116SUMMARY_${PN}-importlib="Python import implementation library" 116SUMMARY_${PN}-importlib="Python import implementation library"
117RDEPENDS_${PN}-importlib="${PN}-core ${PN}-lang" 117RDEPENDS_${PN}-importlib="${PN}-core ${PN}-lang"
118FILES_${PN}-importlib="${libdir}/python3.5/importlib " 118FILES_${PN}-importlib="${libdir}/python3.5/importlib ${libdir}/python3.5/imp.* "
119 119
120SUMMARY_${PN}-io="Python low-level I/O" 120SUMMARY_${PN}-io="Python low-level I/O"
121RDEPENDS_${PN}-io="${PN}-core ${PN}-math" 121RDEPENDS_${PN}-io="${PN}-core ${PN}-math"