The gitutil module uses Patman's settings module, which is not allowed as it is supposed to be a separate package. This series ties up this dependency.
This series depends on these two patches being applied: https://patchwork.ozlabs.org/project/uboot/patch/[email protected]/ https://patchwork.ozlabs.org/project/uboot/patch/[email protected]/ Simon Glass (5): patman: Untangle settings from gitutil patman: Pass the alias dict into gitutil.build_email_list() patman: Pass the alias dict into gitutil.email_patches() patman: Pass aliases to Series.MakeCcFile() patman: Update Series.ShowActions() to pass alias tools/patman/control.py | 11 ++++++++--- tools/patman/func_test.py | 8 ++++---- tools/patman/series.py | 32 ++++++++++++++++++++++---------- tools/u_boot_pylib/gitutil.py | 34 ++++++++++++++-------------------- 4 files changed, 48 insertions(+), 37 deletions(-) -- 2.43.0 base-commit: d47b5693e21f78d8cd8caa8fcd9e64fd6ae85759 branch: pata

