[PATCH] pylibfdt: Fix disable version normalization

Tom Rini trini at konsulko.com
Wed Jan 4 16:45:43 CET 2023


On Wed, Jan 04, 2023 at 03:51:08PM +0100, Marek Vasut wrote:
> On 1/4/23 15:43, Philippe Schenker wrote:
> > From: Philippe Schenker <philippe.schenker at toradex.com>
> > 
> > On Arch Linux based systems python setuptools does not contain
> > "setuptools.extern" hence it is failing with the following
> > error-message:
> > "
> > ModuleNotFoundError: No module named 'setuptools.extern'
> > "
> > 
> > According to a eschwartz `setuptools.extern` is not a public API and
> > shall not be assumed to be present in the setuptools package. He
> > mentions that the setuptools project anyway wants to drop this. [1]
> > 
> > Use the correct solution introduced by python setuptools developers to
> > disable normalization. [2]
> > 
> > [1] https://bbs.archlinux.org/viewtopic.php?id=259608
> > [2] https://github.com/pypa/setuptools/pull/2026
> > Fixes: 440098c42e73 ("pylibfdt: Fix version normalization warning")
> > Signed-off-by: Philippe Schenker <philippe.schenker at toradex.com>
> 
> Nice, thank you.
> 
> Reviewed-by: Marek Vasut <marex at denx.de>
> 
> +CC Tom, this should go into this 2023.01 release.

Yes, thanks. I saw a similar change via a GitHub PR that was on my list
to properly resubmit.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20230104/165bf802/attachment.sig>


More information about the U-Boot mailing list