Python3 click-repl package requires prompt-toolkit to be installed. Add the missing RDEPENDS to the recipe.
Signed-off-by: Clément Péron <[email protected]> --- meta-python/recipes-devtools/python/python3-click-repl_0.2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-click-repl_0.2.0.bb b/meta-python/recipes-devtools/python/python3-click-repl_0.2.0.bb index cf5ba988b..c8798c5e3 100644 --- a/meta-python/recipes-devtools/python/python3-click-repl_0.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-click-repl_0.2.0.bb @@ -7,4 +7,4 @@ SRC_URI[sha256sum] = "cd12f68d745bf6151210790540b4cb064c7b13e571bc64b6957d98d120 inherit pypi setuptools3 -RDEPENDS:${PN} = "${PYTHON_PN}-click" +RDEPENDS:${PN} = "${PYTHON_PN}-click ${PYTHON_PN}-prompt-toolkit" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#101576): https://lists.openembedded.org/g/openembedded-devel/message/101576 Mute This Topic: https://lists.openembedded.org/mt/97650046/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
