All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnout Vandecappelle <arnout@mind.be>
To: Fabrice Fontaine <fontaine.fabrice@gmail.com>, buildroot@buildroot.org
Cc: Asaf Kahlon <asafka7@gmail.com>,
	Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Subject: Re: [Buildroot] [PATCH 1/1] package/python-pathvalidate: fix typo
Date: Wed, 13 Oct 2021 20:25:46 +0200	[thread overview]
Message-ID: <da918d4c-38f9-b915-4a27-f4e7ab0df9c5@mind.be> (raw)
In-Reply-To: <20211006065758.1639585-1-fontaine.fabrice@gmail.com>



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

      reply	other threads:[~2021-10-13 18:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-06  6:57 [Buildroot] [PATCH 1/1] package/python-pathvalidate: fix typo Fabrice Fontaine
2021-10-13 18:25 ` Arnout Vandecappelle [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=da918d4c-38f9-b915-4a27-f4e7ab0df9c5@mind.be \
    --to=arnout@mind.be \
    --cc=asafka7@gmail.com \
    --cc=buildroot@buildroot.org \
    --cc=fontaine.fabrice@gmail.com \
    --cc=thomas.petazzoni@bootlin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.