Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH/next 1/1] python-libconfig: fix python-3.7 support
Date: Fri, 24 Aug 2018 23:11:57 +0200	[thread overview]
Message-ID: <20180824231157.4c79f191@windsurf> (raw)
In-Reply-To: <20180824203119.16807-1-bernd.kuhls@t-online.de>

Hello,

On Fri, 24 Aug 2018 22:31:19 +0200, Bernd Kuhls wrote:
> Fixes
> http://autobuild.buildroot.net/results/32f/32f7e38895e7c491916bd69ed91bbe016e8b3ff6/
> 
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>

Applied to next, thanks, however...

> -+boostlib = "boost_python36"
> ++boostlib = "boost_python37"
>  +if sys.version_info < (3, 0):
>  +    boostlib = "boost_python27"

Can we do better than this piece of code that we will forget to update
pretty much every time we bump Python ? Yegor ? Fabrice ? Any idea
here ?

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

      reply	other threads:[~2018-08-24 21:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-08-24 20:31 [Buildroot] [PATCH/next 1/1] python-libconfig: fix python-3.7 support Bernd Kuhls
2018-08-24 21:11 ` Thomas Petazzoni [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=20180824231157.4c79f191@windsurf \
    --to=thomas.petazzoni@bootlin.com \
    --cc=buildroot@busybox.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox