diff options
| author | Tom Rini <[email protected]> | 2022-12-23 07:44:30 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-12-23 07:44:30 -0500 |
| commit | 24a0a00f07fcbf4f8ca64cb13b2fa7d624ca6af9 (patch) | |
| tree | 287ff08214bd70bcd070a2bd904800675ced8167 /scripts | |
| parent | 1154e965d0bd16cf438afdaa4118e1455fd71a44 (diff) | |
| parent | 440098c42e7369f4b5703a82723b2ce268180a1f (diff) | |
Merge branch '2022-12-22-assorted-important-fixes'
- Split up the aarch64 Azure CI job more, to avoid time limits, nuvoton
network fix, SPL_OPTEE_IMAGE dependency fix, some fixes to the IPv6
code, PowerPC build flag fixes, silence pylibfdt version warning.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/dtc/pylibfdt/setup.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/dtc/pylibfdt/setup.py b/scripts/dtc/pylibfdt/setup.py index ec1fc5002b0..9abdb57595a 100755 --- a/scripts/dtc/pylibfdt/setup.py +++ b/scripts/dtc/pylibfdt/setup.py @@ -22,10 +22,14 @@ allows this script to be run stand-alone, e.g.: from setuptools import setup, Extension from setuptools.command.build_py import build_py as _build_py +from setuptools.extern.packaging import version import os import re import sys +# Disable version normalization +version.Version = version.LegacyVersion + srcdir = os.path.dirname(__file__) with open(os.path.join(srcdir, "../README"), "r") as fh: |
