diff options
author | George McCollister <george.mccollister@gmail.com> | 2016-12-06 12:08:30 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-08 10:31:30 +0000 |
commit | afd9de380dc04780da1eeb94a4c8c46529254231 (patch) | |
tree | 7465b55a8d300807b7ddb60c2d69968bdd9a62f4 /meta | |
parent | d8fbaebc482f0e8556077006b8fac43db8927793 (diff) | |
download | poky-afd9de380dc04780da1eeb94a4c8c46529254231.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.
(From OE-Core rev: 512334f102a33833d39af53467894315f0715d07)
Signed-off-by: George McCollister <george.mccollister@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python-3.5-manifest.inc | 2 |
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 851f12efc5..7fcd871fe0 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/__pycache_ | |||
115 | 115 | ||
116 | SUMMARY_${PN}-importlib="Python import implementation library" | 116 | SUMMARY_${PN}-importlib="Python import implementation library" |
117 | RDEPENDS_${PN}-importlib="${PN}-core ${PN}-lang" | 117 | RDEPENDS_${PN}-importlib="${PN}-core ${PN}-lang" |
118 | FILES_${PN}-importlib="${libdir}/python3.5/importlib ${libdir}/python3.5/importlib/__pycache__ " | 118 | FILES_${PN}-importlib="${libdir}/python3.5/importlib ${libdir}/python3.5/importlib/__pycache__ ${libdir}/python3.5/imp.* ${libdir}/python3.5/__pycache__/imp.* " |
119 | 119 | ||
120 | SUMMARY_${PN}-io="Python low-level I/O" | 120 | SUMMARY_${PN}-io="Python low-level I/O" |
121 | RDEPENDS_${PN}-io="${PN}-core ${PN}-math" | 121 | RDEPENDS_${PN}-io="${PN}-core ${PN}-math" |