16 buildPythonPackage rec {
19 format = "setuptools";
21 src = fetchFromGitHub {
23 repo = "paypalhttp_python";
25 hash = "sha256-3ihcpYtpcejPkiyf4g4jveyNU6flQB2sv9EZ5Pd7tUc=";
29 substituteInPlace tests/http_response_test.py \
30 --replace-fail assertEquals assertEqual
33 propagatedBuildInputs = [
45 changelog = "https://github.com/paypal/paypalhttp_python/releases/tag/${version}";
46 description = "PayPalHttp is a generic HTTP Client";
47 homepage = "https://github.com/paypal/paypalhttp_python";
48 license = licenses.mit;
49 maintainers = with maintainers; [ hexa ];