diff --git a/pkgs/development/python-modules/notifications-android-tv/default.nix b/pkgs/development/python-modules/notifications-android-tv/default.nix index ae5e5417d76c..ee52b7e54eab 100644 --- a/pkgs/development/python-modules/notifications-android-tv/default.nix +++ b/pkgs/development/python-modules/notifications-android-tv/default.nix @@ -23,6 +23,8 @@ buildPythonPackage rec { hash = "sha256-JUvxxVCiQtywAWU5AYnPm4SueIWIXkzLxPYveVXpc2E="; }; + pythonRelaxDeps = [ "httpx" ]; + nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ httpx ];