12 buildPythonPackage rec {
13 pname = "requests-toolbelt";
15 format = "setuptools";
18 inherit pname version;
19 hash = "sha256-doGgo9BHAStb3A7jfX+PB+vnarCMrsz8OSHOI8iNW8Y=";
22 propagatedBuildInputs = [ requests ];
32 # incompatible with urllib3 2.0
35 "test_prepared_request_override_base"
36 "test_prepared_request_with_base"
37 "test_request_override_base"
38 "test_request_with_base"
41 pythonImportsCheck = [ "requests_toolbelt" ];
44 description = "Toolbelt of useful classes and functions to be used with requests";
45 homepage = "http://toolbelt.rtfd.org";
46 changelog = "https://github.com/requests/toolbelt/blob/${version}/HISTORY.rst";
47 license = licenses.asl20;
48 maintainers = with maintainers; [ matthiasbeyer ];