diff mbox series

[1/1] package/python-urwid: fix typo

Message ID 20211013204146.1882135-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/python-urwid: fix typo | expand

Commit Message

Fabrice Fontaine Oct. 13, 2021, 8:41 p.m. UTC
Fix the following build failure raised since commit
1c10095945b2b9a0168e2a8f98a5c6a396b2c0cd:

WARNING: unmet direct dependencies detected for BR2_PACKAGE_PYTHON_URWID
  Depends on [n]: (BR2_PACKAGE_PYTHON [=n] || BR2_PACKAGE_PYTHON3 [=y]) && BR2_PACAKGE_PYTHON3
  Selected by [y]:
  - BR2_PACKAGE_PYTHON_CONFIGSHELL_FB [=y] && (BR2_PACKAGE_PYTHON [=n] || BR2_PACKAGE_PYTHON3 [=y]) && BR2_PACKAGE_PYTHON3 [=y]

Fixes:
 - No autobuilder failures

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/python-urwid/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Arnout Vandecappelle Oct. 25, 2021, 6:54 p.m. UTC | #1
On 13/10/2021 22:41, Fabrice Fontaine wrote:
> Fix the following build failure raised since commit
> 1c10095945b2b9a0168e2a8f98a5c6a396b2c0cd:
> 
> WARNING: unmet direct dependencies detected for BR2_PACKAGE_PYTHON_URWID
>    Depends on [n]: (BR2_PACKAGE_PYTHON [=n] || BR2_PACKAGE_PYTHON3 [=y]) && BR2_PACAKGE_PYTHON3
>    Selected by [y]:
>    - BR2_PACKAGE_PYTHON_CONFIGSHELL_FB [=y] && (BR2_PACKAGE_PYTHON [=n] || BR2_PACKAGE_PYTHON3 [=y]) && BR2_PACKAGE_PYTHON3 [=y]
> 
> Fixes:
>   - No autobuilder failures
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/python-urwid/Config.in | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/python-urwid/Config.in b/package/python-urwid/Config.in
> index 8fd2cac694..c141e8c0bd 100644
> --- a/package/python-urwid/Config.in
> +++ b/package/python-urwid/Config.in
> @@ -1,6 +1,6 @@
>   config BR2_PACKAGE_PYTHON_URWID
>   	bool "python-urwid"
> -	depends on BR2_PACAKGE_PYTHON3
> +	depends on BR2_PACKAGE_PYTHON3
>   	help
>   	  Urwid is a console user interface library for Python
>   
>
diff mbox series

Patch

diff --git a/package/python-urwid/Config.in b/package/python-urwid/Config.in
index 8fd2cac694..c141e8c0bd 100644
--- a/package/python-urwid/Config.in
+++ b/package/python-urwid/Config.in
@@ -1,6 +1,6 @@ 
 config BR2_PACKAGE_PYTHON_URWID
 	bool "python-urwid"
-	depends on BR2_PACAKGE_PYTHON3
+	depends on BR2_PACKAGE_PYTHON3
 	help
 	  Urwid is a console user interface library for Python