diff options
author | Tom Rini <trini@konsulko.com> | 2025-02-21 08:24:49 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-02-21 11:36:37 -0600 |
commit | 8c6cf8aeea7e57ca686de8b765e4baf3a7ef1fa7 (patch) | |
tree | d298981af4a3bfde1bf5f88a03be0c833be29662 /tools/dtoc/setup.py | |
parent | 13654f5426d3f9ebc7d1211528c86dd18b91f473 (diff) | |
parent | b902386072f78dab4d94b34abfb03b8fb54af852 (diff) |
Merge branch 'fix-issues-and-update-pylint-version' into next
This merges a set of patches from myself and Simon Glass to resolve
various problems that the current version of pylint will report with our
codebase. After the problems are fixed, we update to the now current
version which is 3.3.4.
Diffstat (limited to 'tools/dtoc/setup.py')
-rw-r--r-- | tools/dtoc/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dtoc/setup.py b/tools/dtoc/setup.py index 5e092fe0872..ae9ad043b01 100644 --- a/tools/dtoc/setup.py +++ b/tools/dtoc/setup.py @@ -1,6 +1,6 @@ # SPDX-License-Identifier: GPL-2.0+ -from distutils.core import setup +from setuptools import setup setup(name='dtoc', version='1.0', license='GPL-2.0+', |