aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-3.4-manifest.inc
diff options
context:
space:
mode:
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>2015-09-18 21:06:50 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-09-21 23:05:41 +0100
commitbabab409393aacdc558851cc62ce60659da25068 (patch)
treed88c52f22280b0bc4a2fb6b5868e28c22bb30ffb /meta/recipes-devtools/python/python-3.4-manifest.inc
parentb33e927096292f22f1bd9b2b0f633a6d645fc1eb (diff)
downloadopenembedded-core-contrib-babab409393aacdc558851cc62ce60659da25068.tar.gz
python3-debugger: fix importlib dependency
python3-debugger (pdb) needs importlib as a dependency, if not included it produces an error when importing pdb, making pdb unusable, this patch adds importlib dependency fixing the issue. {YOCT0 #8333] Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/python/python-3.4-manifest.inc')
-rw-r--r--meta/recipes-devtools/python/python-3.4-manifest.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python-3.4-manifest.inc b/meta/recipes-devtools/python/python-3.4-manifest.inc
index 07e1490273..f828623d80 100644
--- a/meta/recipes-devtools/python/python-3.4-manifest.inc
+++ b/meta/recipes-devtools/python/python-3.4-manifest.inc
@@ -58,7 +58,7 @@ RDEPENDS_${PN}-db="${PN}-core"
FILES_${PN}-db="${libdir}/python3.4/anydbm.* ${libdir}/python3.4/dumbdbm.* ${libdir}/python3.4/whichdb.* ${libdir}/python3.4/dbm ${libdir}/python3.4/lib-dynload/_dbm.*.so "
SUMMARY_${PN}-debugger="Python debugger"
-RDEPENDS_${PN}-debugger="${PN}-core ${PN}-io ${PN}-lang ${PN}-re ${PN}-stringold ${PN}-shell ${PN}-pprint"
+RDEPENDS_${PN}-debugger="${PN}-core ${PN}-io ${PN}-lang ${PN}-re ${PN}-stringold ${PN}-shell ${PN}-pprint ${PN}-importlib"
FILES_${PN}-debugger="${libdir}/python3.4/bdb.* ${libdir}/python3.4/pdb.* "
SUMMARY_${PN}-dev="Python development package"