All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH] python3-click-repl: add mising prompt-toolkit runtime dependency
@ 2023-03-16 13:18 Clément Péron
  2023-03-16 16:58 ` [oe] " Tim Orling
  0 siblings, 1 reply; 2+ messages in thread
From: Clément Péron @ 2023-03-16 13:18 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Clément Péron

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(-)

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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [oe] [meta-python][PATCH] python3-click-repl: add mising prompt-toolkit runtime dependency
  2023-03-16 13:18 [meta-python][PATCH] python3-click-repl: add mising prompt-toolkit runtime dependency Clément Péron
@ 2023-03-16 16:58 ` Tim Orling
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Orling @ 2023-03-16 16:58 UTC (permalink / raw)
  To: Clément Péron; +Cc: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1542 bytes --]

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]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

[-- Attachment #2: Type: text/html, Size: 3093 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-16 16:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-16 13:18 [meta-python][PATCH] python3-click-repl: add mising prompt-toolkit runtime dependency Clément Péron
2023-03-16 16:58 ` [oe] " Tim Orling

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.