uboot: fix binman with a new dependency
authorFrancois Perrad <fperrad@gmail.com>
Fri, 15 Jan 2021 17:01:56 +0000 (18:01 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 12 Feb 2021 08:46:27 +0000 (09:46 +0100)
commit399432d60f835830ab7df23bc49600766f424821
tree5b5268817ce3eb92ed8940dfaf22ef236306efd4
parentfd6f7061ca6ef8a2d1bfc67451ee3535c3814f00
uboot: fix binman with a new dependency

since 2021.01, tools/binman is broken.
tools/binman/control.py imports pkg_resources
the module pkg_resources is supplied by setuptools,
so this new dependency is required.

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
boot/uboot/uboot.mk