dt-bindings: writing-schema: Install from PyPI repository
authorKrzysztof Kozlowski <krzk@kernel.org>
Wed, 23 Feb 2022 07:35:46 +0000 (08:35 +0100)
committerRob Herring <robh@kernel.org>
Thu, 24 Feb 2022 15:55:32 +0000 (09:55 -0600)
commit2b709a7209ef43f02607815a2ab8027e5593ed1a
tree887c992e0e0b530d71e734dc9566773670f52667
parent16234ef1d2aa170e37c27734ab6544633707ba19
dt-bindings: writing-schema: Install from PyPI repository

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@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220223073547.8746-1-krzysztof.kozlowski@canonical.com
Documentation/devicetree/bindings/writing-schema.rst