aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorShlomi Vaknin <shlomi.39sd@gmail.com>2020-08-06 10:15:23 -0700
committerKhem Raj <raj.khem@gmail.com>2020-08-10 10:58:08 -0700
commit2dc11218ec70d207b3a88b922376428edcea9c08 (patch)
tree47b3a6eb95a9dabb44ddba15bf3df923a4f9f198 /meta-python/recipes-devtools/python
parentc7f163f08e84052b7804f86ea48ff9fd270211a8 (diff)
downloadmeta-openembedded-2dc11218ec70d207b3a88b922376428edcea9c08.tar.gz
prompt-toolkit: fix recipe
Add python3-image to rdepends since it import colorsys Signed-off-by: Shlomi Vaknin <shlomi.39sd@gmail.com> Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.5.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.5.bb b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.5.bb
index b4d20c2cd7..78fdbca4f2 100644
--- a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.5.bb
+++ b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.5.bb
@@ -18,6 +18,7 @@ RDEPENDS_${PN} += " \
${PYTHON_PN}-wcwidth \
${PYTHON_PN}-datetime \
${PYTHON_PN}-shell \
+ ${PYTHON_PN}-image \
"
BBCLASSEXTEND = "native nativesdk"