python312Packages.python-socks: add optional-dependencies
This commit is contained in:
committed by
Martin Weinelt
parent
af6261c178
commit
7d40d81e7f
@@ -37,6 +37,13 @@ buildPythonPackage rec {
|
||||
async-timeout
|
||||
];
|
||||
|
||||
optional-dependencies = {
|
||||
asyncio = lib.optionals (pythonOlder "3.11") [ async-timeout ];
|
||||
trio = [ trio ];
|
||||
curio = [ curio ];
|
||||
anyio = [ anyio ];
|
||||
};
|
||||
|
||||
doCheck = false; # requires tiny_proxy module
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
||||
Reference in New Issue
Block a user