]> git.dujemihanovic.xyz Git - u-boot.git/commit
libfdt: Fix invalid version warning
authorMichal Suchanek <msuchanek@suse.de>
Thu, 13 Oct 2022 20:39:51 +0000 (22:39 +0200)
committerSimon Glass <sjg@chromium.org>
Sat, 29 Oct 2022 13:36:33 +0000 (07:36 -0600)
commitc977b184350479b8c43a0e002eaf2b13b510ba4f
treec3949ed9abcb376fa0e860f41f68aebfc52ab610
parent7e8d3e1b016faa50cbd1c0ef8ff3d12014ab2e7a
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>
scripts/dtc/pylibfdt/Makefile