commit | c977b184350479b8c43a0e002eaf2b13b510ba4f | [log] [tgz] |
---|---|---|
author | Michal Suchanek <msuchanek@suse.de> | Thu Oct 13 22:39:51 2022 +0200 |
committer | Simon Glass <sjg@chromium.org> | Sat Oct 29 07:36:33 2022 -0600 |
tree | c3949ed9abcb376fa0e860f41f68aebfc52ab610 | |
parent | 7e8d3e1b016faa50cbd1c0ef8ff3d12014ab2e7a [diff] |
libfdt: Fix invalid version warning python does not like the u-boot- prefix in the version, drop it. /usr/lib/python3.10/site-packages/setuptools/dist.py:544: UserWarning: The version specified ('u-boot-2022.10') is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details. Signed-off-by: Michal Suchanek <msuchanek@suse.de> Reviewed-by: Simon Glass <sjg@chromium.org>