python310Packages.dtschema: add pythonImportsCheck
This commit is contained in:
parent
b1c19e1bf5
commit
78409f3c62
1 changed files with 4 additions and 0 deletions
|
@ -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/";
|
||||
|
|
Loading…
Reference in a new issue