From 0bff25911f803dedf0bd8bf32fcf09229166851a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Sun, 19 Oct 2025 19:06:38 -0700 Subject: [PATCH] python3Packages.aiodiscover: update dependencies --- pkgs/development/python-modules/aiodiscover/default.nix | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/pkgs/development/python-modules/aiodiscover/default.nix b/pkgs/development/python-modules/aiodiscover/default.nix index 18845fc8c92a..9311e645ad76 100644 --- a/pkgs/development/python-modules/aiodiscover/default.nix +++ b/pkgs/development/python-modules/aiodiscover/default.nix @@ -4,7 +4,6 @@ async-timeout, buildPythonPackage, cached-ipaddress, - dnspython, fetchFromGitHub, ifaddr, netifaces, @@ -21,8 +20,6 @@ buildPythonPackage rec { version = "2.7.1"; pyproject = true; - disabled = pythonOlder "3.9"; - src = fetchFromGitHub { owner = "bdraco"; repo = "aiodiscover"; @@ -33,13 +30,14 @@ buildPythonPackage rec { build-system = [ poetry-core ]; dependencies = [ - async-timeout aiodns cached-ipaddress - dnspython ifaddr netifaces pyroute2 + ] + ++ lib.optionals (pythonOlder "3.11") [ + async-timeout ]; nativeCheckInputs = [