]> git.baikalelectronics.ru Git - uboot.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)
commit9796f9756b71f8260f009a98d69296f86ad4ef4f
treec3949ed9abcb376fa0e860f41f68aebfc52ab610
parent31843643609773ed237f7fa3af39e6b61e41ac39
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