From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] python-setuptools: use pypi package
Date: Sat, 22 Sep 2018 18:51:31 +0200 [thread overview]
Message-ID: <20180922185131.26604242@windsurf> (raw)
In-Reply-To: <20180921150150.32095-1-aduskett@gmail.com>
Hello,
On Fri, 21 Sep 2018 11:01:50 -0400, Adam Duskett wrote:
> The releases on Github produces a setuptools version that isn't PEP518
> compliant because a .post number is attached to the .egg file
> (IE: 40.0.0.post20180820) which can cause a python package using setuptools
> to fail if looking for a setuptools version.
>
> Instead, using the official release from pypi is recommended as it does not
> produce a .post version on the egg file.
>
> Another benefit is not having to run bootstrap.py either.
>
> See https://github.com/pypa/setuptools/issues/1462 for more details about
> the issue
>
> Signed-off-by: Adam Duskett <aduskett@gmail.com>
> ---
> .../python-setuptools/python-setuptools.hash | 5 +++--
> .../python-setuptools/python-setuptools.mk | 20 +++++++++++--------
> 2 files changed, 15 insertions(+), 10 deletions(-)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
prev parent reply other threads:[~2018-09-22 16:51 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-09-21 15:01 [Buildroot] [PATCH 1/1] python-setuptools: use pypi package Adam Duskett
2018-09-22 16:51 ` 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=20180922185131.26604242@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 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.