Re: [PATCH 1/2] dt-bindings: writing-schema: Install from PyPI repository
From: Rob Herring
Date: Thu Feb 24 2022 - 10:55:40 EST
On Wed, 23 Feb 2022 08:35:46 +0100, Krzysztof Kozlowski wrote:
> From: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
>
> Installing dtschema from github.com/devicetree-org is not needed anymore
> because dtschema is now part of regular PyPI repository. In certain
> cases it might cause some troubles as it brings latest master version,
> not the stable release:
>
> $ pip3 show dtschema
> Version: 2020.8.2.dev4+g341f3e3
> $ make dt_binding_check
> dtschema minimum version is v2020.8.1
>
> Reported-by: Marek Szyprowski <m.szyprowski@xxxxxxxxxxx>
> Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
> ---
> Documentation/devicetree/bindings/writing-schema.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Applied, thanks!