Commit 78409f3c authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.dtschema: add pythonImportsCheck

parent b1c19e1b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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/";