python3-click-repl: add mising prompt-toolkit runtime dependency

Python3 click-repl package requires prompt-toolkit to be installed.

Add the missing RDEPENDS to the recipe.

Signed-off-by: Clément Péron <peron.clem@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Clément Péron
2023-03-16 14:18:23 +01:00
committed by Khem Raj
parent 93d691d58c
commit 0f639730c0

View File

@@ -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"