commit | b4aa285c8580804eb1c6297518f2d0e25c3b4a26 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Thu Dec 15 23:37:59 2022 +0100 |
committer | Tom Rini <trini@konsulko.com> | Thu Dec 22 10:40:36 2022 -0500 |
tree | 32f7abb1cb70dee1e48b96f6c6cd1f877e534343 | |
parent | 250fa22c7ec24f6ee78d61efe8791b6b763d2d60 [diff] |
pylibfdt: Fix version normalization warning Fix the following version normalization warning: " /usr/lib/python3/dist-packages/setuptools/dist.py:530: UserWarning: Normalizing '2023.01' to '2023.1' " Using suggestion from Richard Jones: https://github.com/pypa/setuptools/issues/308#issuecomment-405817468 Signed-off-by: Marek Vasut <marex@denx.de> Reviewed-by: Simon Glass <sjg@chromium.org>