All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-pathvalidate: fix typo
@ 2021-10-06  6:57 Fabrice Fontaine
  2021-10-13 18:25 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2021-10-06  6:57 UTC (permalink / raw)
  To: buildroot; +Cc: Fabrice Fontaine, Thomas Petazzoni, Asaf Kahlon

Fix the following error raised since bump to version 2.5.0 in commit
036185d87ef7f77463dbdcefb13d071c58c13c41:

WARNING: unmet direct dependencies detected for BR2_PACKAGE_PYTHON_PATHVALIDATE
  Depends on [n]: (BR2_PACKAGE_PYTHON [=n] || BR2_PACKAGE_PYTHON3 [=y]) && BR2_PACKAGE_PYHON3
  Selected by [y]:
  - BR2_PACKAGE_PYTHON_SIMPLESQLITE [=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-pathvalidate/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python-pathvalidate/Config.in b/package/python-pathvalidate/Config.in
index 564c3a0913..f8658e6165 100644
--- a/package/python-pathvalidate/Config.in
+++ b/package/python-pathvalidate/Config.in
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_PYTHON_PATHVALIDATE
 	bool "python-pathvalidate"
-	depends on BR2_PACKAGE_PYHON3
+	depends on BR2_PACKAGE_PYTHON3
 	help
 	  pathvalidate is a python library to validate/sanitize a string
 	  such as filename/variable-name.
-- 
2.33.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/python-pathvalidate: fix typo
  2021-10-06  6:57 [Buildroot] [PATCH 1/1] package/python-pathvalidate: fix typo Fabrice Fontaine
@ 2021-10-13 18:25 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2021-10-13 18:25 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot; +Cc: Asaf Kahlon, Thomas Petazzoni



On 06/10/2021 08:57, Fabrice Fontaine wrote:
> Fix the following error raised since bump to version 2.5.0 in commit
> 036185d87ef7f77463dbdcefb13d071c58c13c41:
> 
> WARNING: unmet direct dependencies detected for BR2_PACKAGE_PYTHON_PATHVALIDATE
>    Depends on [n]: (BR2_PACKAGE_PYTHON [=n] || BR2_PACKAGE_PYTHON3 [=y]) && BR2_PACKAGE_PYHON3
>    Selected by [y]:
>    - BR2_PACKAGE_PYTHON_SIMPLESQLITE [=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-pathvalidate/Config.in | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/python-pathvalidate/Config.in b/package/python-pathvalidate/Config.in
> index 564c3a0913..f8658e6165 100644
> --- a/package/python-pathvalidate/Config.in
> +++ b/package/python-pathvalidate/Config.in
> @@ -1,6 +1,6 @@
>   config BR2_PACKAGE_PYTHON_PATHVALIDATE
>   	bool "python-pathvalidate"
> -	depends on BR2_PACKAGE_PYHON3
> +	depends on BR2_PACKAGE_PYTHON3
>   	help
>   	  pathvalidate is a python library to validate/sanitize a string
>   	  such as filename/variable-name.
> 
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-10-13 18:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-06  6:57 [Buildroot] [PATCH 1/1] package/python-pathvalidate: fix typo Fabrice Fontaine
2021-10-13 18:25 ` Arnout Vandecappelle

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.