python312Packages.aiohttp-socks: adjust dependencies

This commit is contained in:
Fabian Affolter
2024-10-13 11:09:47 +02:00
committed by Martin Weinelt
parent 23c9271f84
commit 8b609a3cea
@@ -28,7 +28,7 @@ buildPythonPackage rec {
aiohttp
attrs
python-socks
];
] ++ python-socks.optional-dependencies.asyncio;
# Checks needs internet access
doCheck = false;