From 0f639730c0c1c49214834fbb0837b645477e3e1b Mon Sep 17 00:00:00 2001 From: Clément Péron Date: Thu, 16 Mar 2023 14:18:23 +0100 Subject: python3-click-repl: add mising prompt-toolkit runtime dependency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Python3 click-repl package requires prompt-toolkit to be installed. Add the missing RDEPENDS to the recipe. Signed-off-by: Clément Péron Signed-off-by: Khem Raj --- 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 cf5ba988b4..c8798c5e36 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" -- cgit v1.2.3-54-g00ecf