Re: [PATCH 1/1] binman: don't import deprecated distutils package

2022-04-10 Thread Alper Nebi Yasak
On 09/04/2022 15:53, Heinrich Schuchardt wrote: > 'make tests' fails on Ubuntu 22.04 with: > > binman: ./tools/binman/binman:12: DeprecationWarning: > The distutils package is deprecated and slated for removal in Python 3.12. > Use setuptools or check PEP 632 for potential alternatives > from

[PATCH 1/1] binman: don't import deprecated distutils package

2022-04-09 Thread Heinrich Schuchardt
'make tests' fails on Ubuntu 22.04 with: binman: ./tools/binman/binman:12: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.sysconfig import get_python_lib