8 buildPythonPackage rec {
9 pname = "python_http_client";
12 src = fetchFromGitHub {
14 repo = "python-http-client";
16 sha256 = "0mbcg0vb9v41v7hbvycrxx5wyrf3ysvfgxkix8hn8c4x5l2lmidc";
24 # Failure was fixed by https://github.com/sendgrid/python-http-client/commit/6d62911ab0d0645b499e14bb17c302b48f3c10e4
25 disabledTests = [ "test__daterange" ];
26 pythonImportsCheck = [ "python_http_client" ];
29 description = "Python HTTP library to call APIs";
30 homepage = "https://github.com/sendgrid/python-http-client";
31 license = with licenses; [ mit ];
32 maintainers = with maintainers; [ fab ];