binman: Switch to setuptools
authorTom Rini <trini@konsulko.com>
Wed, 12 Feb 2025 22:23:39 +0000 (16:23 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 21 Feb 2025 14:24:27 +0000 (08:24 -0600)
commitc128ec4647267c8d7d667cbb1dd9037a72f70934
tree6b6971024ce23082d388179046000d20565dd624
parent2fc363c7005829b28449ee2fe4c0673ae667e135
binman: Switch to setuptools

With the distutils module having been removed with Python 3.12, switch
to using setuptools instead.

Signed-off-by: Tom Rini <trini@konsulko.com>
tools/binman/setup.py