mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-04 20:26:13 +02:00
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>
This commit is contained in:
parent
2fc363c700
commit
c128ec4647
@ -1,6 +1,6 @@
|
||||
# SPDX-License-Identifier: GPL-2.0+
|
||||
|
||||
from distutils.core import setup
|
||||
from setuptools import setup
|
||||
setup(name='binman',
|
||||
version='1.0',
|
||||
license='GPL-2.0+',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user