From 8b609a3cea178608d04c97c463e417fe4e33bdff Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 21 Sep 2024 22:33:45 +0200 Subject: [PATCH] python312Packages.aiohttp-socks: adjust dependencies --- pkgs/development/python-modules/aiohttp-socks/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/aiohttp-socks/default.nix b/pkgs/development/python-modules/aiohttp-socks/default.nix index 9a4820ccf2e4..a742c77d1504 100644 --- a/pkgs/development/python-modules/aiohttp-socks/default.nix +++ b/pkgs/development/python-modules/aiohttp-socks/default.nix @@ -28,7 +28,7 @@ buildPythonPackage rec { aiohttp attrs python-socks - ]; + ] ++ python-socks.optional-dependencies.asyncio; # Checks needs internet access doCheck = false;