
15 Nov
2023
15 Nov
'23
2:16 p.m.
The importlib_resources import is not actually used. Fix this so that patman can run on Python 3.6 to some extent, once 'pip3 install importlib-resources' has been run.
Signed-off-by: Simon Glass sjg@chromium.org ---
tools/patman/__main__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
Applied to u-boot-dm, thanks!