[PATCH] libfdt: Fix invalid version warning

Simon Glass sjg at chromium.org
Fri Oct 14 17:56:26 CEST 2022


On Thu, 13 Oct 2022 at 14:40, Michal Suchanek <msuchanek at suse.de> wrote:
>
> 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 at suse.de>
> ---
>
>  scripts/dtc/pylibfdt/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list