9 buildPythonPackage rec {
12 disabled = pythonOlder "3.6";
15 src = fetchFromGitHub {
19 sha256 = "0vn7hxvpzikd7q61a27fwzal4lwsra2063awyr6fjpy6lh3cjdwf";
28 # Test needs network access
30 ${python.interpreter} -m unittest
33 pythonImportsCheck = [ "async_dns" ];
36 description = "Python DNS library";
37 homepage = "https://github.com/gera2ld/async_dns";
38 license = with licenses; [ mit ];
39 maintainers = with maintainers; [ fab ];