10 buildPythonPackage rec {
11 pname = "async-stagger";
13 format = "setuptools";
15 disabled = pythonOlder "3.6";
18 pname = "async_stagger";
20 hash = "sha256-qp81fp79J36aUWqUvegSStXkZ+m8Zcn62qrJjpVqQ9Y=";
30 # RuntimeError: Logic bug in...
31 "test_stagger_coro_gen"
34 pythonImportsCheck = [
39 description = "Happy Eyeballs connection algorithm and underlying scheduling logic in asyncio";
40 homepage = "https://github.com/twisteroidambassador/async_stagger";
41 license = licenses.mit;
42 maintainers = with maintainers; [ hexa ];