[PATCH 5/5] patman: Correct Python 3.6 behaviour

Simon Glass sjg at chromium.org
Wed Nov 15 14:16:56 CET 2023


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 at chromium.org>
---

 tools/patman/__main__.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Applied to u-boot-dm, thanks!


More information about the U-Boot mailing list