zabbix-cli: fix runtime error

This commit is contained in:
Weijia Wang 2024-02-04 23:02:44 +01:00
parent 91a391a584
commit 71090b4f71

View File

@ -16,6 +16,7 @@ python3.pkgs.buildPythonApplication rec {
};
propagatedBuildInputs = with python3.pkgs; [
packaging
requests
];