mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-16 02:18:09 +00:00
pifpaf: add missing testtools dependency
This commit is contained in:
parent
c4af83ca96
commit
a34f191c66
@ -29,6 +29,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
|
||||
nativeCheckInputs = with python3.pkgs; [
|
||||
requests
|
||||
testtools
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "pifpaf" ];
|
||||
|
Loading…
Reference in New Issue
Block a user