[PATCH 01/18] binman: Replace pkg_resources with importlib.resources

Simon Glass sjg at chromium.org
Fri Jul 19 17:05:13 CEST 2024


On Wed, 17 Jul 2024 at 15:29, Jiaxun Yang <jiaxun.yang at flygoat.com> wrote:
>
> pkg_resources is deprecated long ago and being removed in python 3.12.
>
> Reimplement functions with importlib.resources.
>
> Link: https://docs.python.org/3/library/importlib.resources.html
> Signed-off-by: Jiaxun Yang <jiaxun.yang at flygoat.com>
> ---
>  tools/binman/control.py | 18 +++++++++---------
>  1 file changed, 9 insertions(+), 9 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list