• Jakub Kicinski's avatar
    tools: ynl: load jsonschema on demand · 5c6674f6
    Jakub Kicinski authored
    The CLI script tries to validate jsonschema by default.
    It's seems better to validate too many times than too few.
    However, when copying the scripts to random servers having
    to install jsonschema is tedious. Load jsonschema via
    importlib, and let the user opt out.
    Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
    5c6674f6
nlspec.py 9.71 KB