python310Packages.dtschema: add pythonImportsCheck

This commit is contained in:
Fabian Affolter 2023-03-04 16:07:20 +01:00
parent b1c19e1bf5
commit 78409f3c62

View file

@ -29,6 +29,10 @@ buildPythonPackage rec {
rfc3987
];
pythonImportsCheck = [
"dtschema"
];
meta = with lib; {
description = "Tooling for devicetree validation using YAML and jsonschema";
homepage = "https://github.com/devicetree-org/dt-schema/";