pifpaf: add missing testtools dependency

This commit is contained in:
Theodore Ni
2023-07-28 12:15:31 +02:00
committed by Martin Weinelt
parent c4af83ca96
commit a34f191c66
@@ -29,6 +29,7 @@ python3.pkgs.buildPythonApplication rec {
nativeCheckInputs = with python3.pkgs; [
requests
testtools
];
pythonImportsCheck = [ "pifpaf" ];