Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python312Packages.aiohttp-socks: adjust dependencies

authored by Fabian Affolter and committed by Martin Weinelt 8b609a3c 23c9271f

+1 -1
+1 -1
pkgs/development/python-modules/aiohttp-socks/default.nix
··· 28 28 aiohttp 29 29 attrs 30 30 python-socks 31 - ]; 31 + ] ++ python-socks.optional-dependencies.asyncio; 32 32 33 33 # Checks needs internet access 34 34 doCheck = false;