python3Packages.ha-ffmpeg: add pythonImportsChecks

This commit is contained in:
Martin Weinelt 2021-04-30 00:24:49 +02:00
parent 0897eb3132
commit b33572a49f
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -17,6 +17,12 @@ buildPythonPackage rec {
# only manual tests # only manual tests
doCheck = false; doCheck = false;
pythonImportsCheck = [
"haffmpeg.camera"
"haffmpeg.sensor"
"haffmpeg.tools"
];
meta = with lib; { meta = with lib; {
homepage = "https://github.com/pvizeli/ha-ffmpeg"; homepage = "https://github.com/pvizeli/ha-ffmpeg";
description = "Library for home-assistant to handle ffmpeg"; description = "Library for home-assistant to handle ffmpeg";