diff --git a/pkgs/development/python-modules/uptime-kuma-api/default.nix b/pkgs/development/python-modules/uptime-kuma-api/default.nix index 1d7db943ad81..f1f086c2661b 100644 --- a/pkgs/development/python-modules/uptime-kuma-api/default.nix +++ b/pkgs/development/python-modules/uptime-kuma-api/default.nix @@ -1,6 +1,7 @@ { lib , buildPythonPackage , fetchPypi +, packaging , python-socketio , pythonOlder }: @@ -19,6 +20,7 @@ buildPythonPackage rec { }; propagatedBuildInputs = [ + packaging python-socketio python-socketio.optional-dependencies.client ];