commit | f6901fd45a02311cf76e266c1c3430d89d00d9da | [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 | 30137390f3433824cac35b0fd6c28b917d6e5d0e [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>