9 buildPythonPackage rec {
14 inherit pname version;
15 sha256 = "sha256-4fV6gAQ3AIBpS9b7lpof/JFxpZxoJNVPeRwbLk0pg4U=";
22 propagatedBuildInputs = [
27 propagatedNativeBuildInputs = [
31 # Requires network access
34 pythonImportsCheck = [ "pycares" ];
37 description = "Python interface for c-ares";
38 homepage = "https://github.com/saghul/pycares";
39 license = licenses.mit;
40 maintainers = with maintainers; [ fab ];