python3Packages.ha-ffmpeg: add pythonImportsChecks
This commit is contained in:
parent
0897eb3132
commit
b33572a49f
1 changed files with 6 additions and 0 deletions
|
@ -17,6 +17,12 @@ buildPythonPackage rec {
|
|||
# only manual tests
|
||||
doCheck = false;
|
||||
|
||||
pythonImportsCheck = [
|
||||
"haffmpeg.camera"
|
||||
"haffmpeg.sensor"
|
||||
"haffmpeg.tools"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/pvizeli/ha-ffmpeg";
|
||||
description = "Library for home-assistant to handle ffmpeg";
|
||||
|
|
Loading…
Reference in a new issue