On Wed, 17 Jul 2024 at 15:29, Jiaxun Yang <[email protected]> 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 <[email protected]> > --- > tools/binman/control.py | 18 +++++++++--------- > 1 file changed, 9 insertions(+), 9 deletions(-)
Reviewed-by: Simon Glass <[email protected]>

