diff --git a/pkgs/development/python-modules/async-upnp-client/default.nix b/pkgs/development/python-modules/async-upnp-client/default.nix index b88e8b942788..77f6c6d32695 100644 --- a/pkgs/development/python-modules/async-upnp-client/default.nix +++ b/pkgs/development/python-modules/async-upnp-client/default.nix @@ -21,25 +21,16 @@ buildPythonPackage rec { pname = "async-upnp-client"; - version = "0.45.0"; + version = "0.46.0"; pyproject = true; src = fetchFromGitHub { owner = "StevenLooman"; repo = "async_upnp_client"; tag = version; - hash = "sha256-bRUEnedPDFBgpJeDPRG6e6fQUJ/R2RaasVKHZX7COp8="; + hash = "sha256-M8ctS8TvYS01fWfAIKkOMMmp3+FzJLB7Eq+weS2EqI4="; }; - pythonRelaxDeps = [ - "defusedxml" - ]; - - pythonRemoveDeps = [ - # https://github.com/StevenLooman/async_upnp_client/pull/278 - "async-timeout" - ]; - build-system = [ setuptools ]; dependencies = [ @@ -56,8 +47,6 @@ buildPythonPackage rec { ]; disabledTests = [ - "test_decode_ssdp_packet" - "test_microsoft_butchers_ssdp" # socket.gaierror: [Errno -2] Name or service not known "test_async_get_local_ip" "test_get_local_ip"