10 buildPythonPackage rec {
13 disabled = pythonOlder "3.6";
16 src = fetchFromGitHub {
20 sha256 = "0vn7hxvpzikd7q61a27fwzal4lwsra2063awyr6fjpy6lh3cjdwf";
23 nativeBuildInputs = [ poetry-core ];
27 # Test needs network access
29 ${python.interpreter} -m unittest
32 pythonImportsCheck = [ "async_dns" ];
35 description = "Python DNS library";
36 homepage = "https://github.com/gera2ld/async_dns";
37 license = with licenses; [ mit ];
38 maintainers = with maintainers; [ fab ];