zabbix-cli: fix runtime error
This commit is contained in:
parent
91a391a584
commit
71090b4f71
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||
};
|
||||
|
||||
propagatedBuildInputs = with python3.pkgs; [
|
||||
packaging
|
||||
requests
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue