All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@buildroot.org
Subject: [Buildroot] [git commit] package/python-inflection: python3 is also needed for host
Date: Sun, 3 Oct 2021 10:17:28 +0200	[thread overview]
Message-ID: <20211003081508.6E1D28D220@busybox.osuosl.org> (raw)

commit: https://git.buildroot.net/buildroot/commit/?id=d24387ef26c2abeaeb0e4e687335fff02673d3b4
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
---
 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))
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

                 reply	other threads:[~2021-10-03  8:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20211003081508.6E1D28D220@busybox.osuosl.org \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@buildroot.org \
    /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.