Re: [PATCH] pylibfdt: Fix disable version normalization

2023-01-06 Thread Tom Rini
On Wed, Jan 04, 2023 at 03:43:33PM +0100, Philippe Schenker wrote: > From: Philippe Schenker > > 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.ext

Re: [PATCH] pylibfdt: Fix disable version normalization

2023-01-05 Thread Philippe Schenker
On Wed, 2023-01-04 at 13:01 -0700, Simon Glass wrote: > Hi Philippe, > > On Wed, 4 Jan 2023 at 07:44, Philippe Schenker > wrote: > > From: Philippe Schenker > > > > On Arch Linux based systems python setuptools does not contain > > "setuptools.extern" hence it is failing with the following > >

Re: [PATCH] pylibfdt: Fix disable version normalization

2023-01-04 Thread Simon Glass
Hi Philippe, On Wed, 4 Jan 2023 at 07:44, Philippe Schenker wrote: > > From: Philippe Schenker > > 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.e

Re: [PATCH] pylibfdt: Fix disable version normalization

2023-01-04 Thread Tom Rini
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 > > > > On Arch Linux based systems python setuptools does not contain > > "setuptools.extern" hence it is failing with the following > > error-message: > > " > > M

Re: [PATCH] pylibfdt: Fix disable version normalization

2023-01-04 Thread Marek Vasut
On 1/4/23 15:43, Philippe Schenker wrote: From: Philippe Schenker 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 `setu

[PATCH] pylibfdt: Fix disable version normalization

2023-01-04 Thread Philippe Schenker
From: Philippe Schenker 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