mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
patman: Switch to setuptools
distutils is about to meet its demise [1]. Switch to setuptools. [1] https://peps.python.org/pep-0632/ Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
a95410696d
commit
e0ddd895f6
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# SPDX-License-Identifier: GPL-2.0+
|
||||
|
||||
from distutils.core import setup
|
||||
from setuptools import setup
|
||||
setup(name='patman',
|
||||
version='1.0',
|
||||
license='GPL-2.0+',
|
||||
|
|
Loading…
Reference in a new issue