8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
15 src = fetchFromGitHub {
16 owner = "sethmlarson";
19 hash = "sha256-Lmwgusc4EQlF0GHmMTUxWzUCjBk19cvurNwbOnT+1jM=";
27 # Disabling tests that require a functional DNS IPv{4,6} stack to pass
28 "test_create_connection_has_proper_timeout"
31 pythonImportsCheck = [
36 description = "Python implementation of the Happy Eyeballs Algorithm";
37 homepage = "https://github.com/sethmlarson/rfc6555";
38 license = licenses.asl20;
39 maintainers = with maintainers; [ endocrimes ];