All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/python-inflection: python3 is also needed for host
@ 2021-09-30  5:41 Fabrice Fontaine
  2021-10-03  8:18 ` Yann E. MORIN
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2021-09-30  5:41 UTC (permalink / raw)
  To: buildroot; +Cc: John Faith, Fabrice Fontaine, Thomas Petazzoni, Asaf Kahlon

Commit ac120d277704fb212654356a6d2a2ff7be90737a forgot to set
HOST_PYTHON_INFLECTION_NEEDS_HOST_PYTHON

Fixes:
 - http://autobuild.buildroot.org/results/b0f7e56fd1dfe891396adc2b232a2663a9715196

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/python-inflection/python-inflection.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-inflection/python-inflection.mk b/package/python-inflection/python-inflection.mk
index 7c030e99b9..59f35aa135 100644
--- a/package/python-inflection/python-inflection.mk
+++ b/package/python-inflection/python-inflection.mk
@@ -10,6 +10,7 @@ PYTHON_INFLECTION_SITE = https://files.pythonhosted.org/packages/e1/7e/691d061b7
 PYTHON_INFLECTION_SETUP_TYPE = setuptools
 PYTHON_INFLECTION_LICENSE = MIT
 PYTHON_INFLECTION_LICENSE_FILES = LICENSE
+HOST_PYTHON_INFLECTION_NEEDS_HOST_PYTHON = python3
 
 $(eval $(python-package))
 $(eval $(host-python-package))
-- 
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-inflection: python3 is also needed for host
  2021-09-30  5:41 [Buildroot] [PATCH 1/1] package/python-inflection: python3 is also needed for host Fabrice Fontaine
@ 2021-10-03  8:18 ` Yann E. MORIN
  0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2021-10-03  8:18 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: John Faith, Asaf Kahlon, Thomas Petazzoni, buildroot

Fabrice, All

On 2021-09-30 07:41 +0200, Fabrice Fontaine spake thusly:
> Commit ac120d277704fb212654356a6d2a2ff7be90737a forgot to set
> HOST_PYTHON_INFLECTION_NEEDS_HOST_PYTHON
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/b0f7e56fd1dfe891396adc2b232a2663a9715196
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/python-inflection/python-inflection.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/python-inflection/python-inflection.mk b/package/python-inflection/python-inflection.mk
> index 7c030e99b9..59f35aa135 100644
> --- a/package/python-inflection/python-inflection.mk
> +++ b/package/python-inflection/python-inflection.mk
> @@ -10,6 +10,7 @@ PYTHON_INFLECTION_SITE = https://files.pythonhosted.org/packages/e1/7e/691d061b7
>  PYTHON_INFLECTION_SETUP_TYPE = setuptools
>  PYTHON_INFLECTION_LICENSE = MIT
>  PYTHON_INFLECTION_LICENSE_FILES = LICENSE
> +HOST_PYTHON_INFLECTION_NEEDS_HOST_PYTHON = python3
>  
>  $(eval $(python-package))
>  $(eval $(host-python-package))
> -- 
> 2.33.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
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-03  8:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-30  5:41 [Buildroot] [PATCH 1/1] package/python-inflection: python3 is also needed for host Fabrice Fontaine
2021-10-03  8:18 ` Yann E. MORIN

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.