diff mbox series

[meta-python] python3-click-repl: add mising prompt-toolkit runtime dependency

Message ID 20230316131823.132874-1-peron.clem@gmail.com
State Under Review
Headers show
Series [meta-python] python3-click-repl: add mising prompt-toolkit runtime dependency | expand

Commit Message

Clément Péron March 16, 2023, 1:18 p.m. UTC
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>
---
 meta-python/recipes-devtools/python/python3-click-repl_0.2.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Tim Orling March 16, 2023, 4:58 p.m. UTC | #1
On Thu, Mar 16, 2023 at 6:18 AM Clément Péron <peron.clem@gmail.com> wrote:

> Python3 click-repl package requires prompt-toolkit to be installed.
>
> Add the missing RDEPENDS to the recipe.
>

Good catch.
https://github.com/click-contrib/click-repl/blob/master/setup.cfg#L29


> Signed-off-by: Clément Péron <peron.clem@gmail.com>
> ---
>  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/924729
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [
> ticotimo@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>
diff mbox series

Patch

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"