[PATCH 02/18] py: Replace distutils.core with setuptools
Simon Glass
sjg at chromium.org
Fri Jul 19 17:05:14 CEST 2024
On Wed, 17 Jul 2024 at 15:29, Jiaxun Yang <jiaxun.yang at flygoat.com> wrote:
>
> distutils is deprecated long ago and being removed in python 3.12.
>
> Signed-off-by: Jiaxun Yang <jiaxun.yang at flygoat.com>
> ---
> tools/binman/setup.py | 2 +-
> tools/buildman/requirements.txt | 1 +
> tools/dtoc/setup.py | 2 +-
> 3 files changed, 3 insertions(+), 2 deletions(-)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
But please separate out the requirements update into a separate patch.
More information about the U-Boot
mailing list