python3Packages.zeep: apply patch to fix pytest-httpx testcase

This commit is contained in:
Martin Weinelt
2022-03-14 00:29:06 +01:00
parent ac3b97e4fb
commit 7e491988f3
@@ -6,6 +6,7 @@
, cached-property
, defusedxml
, fetchFromGitHub
, fetchpatch
, freezegun
, httpx
, isodate
@@ -38,6 +39,14 @@ buildPythonPackage rec {
sha256 = "sha256-fJLr2LJpbNQTl183R56G7sJILfm04R39qpJxLogQLoo=";
};
patches = [
(fetchpatch {
# fixes pytest_httpx test case; https://github.com/mvantellingen/python-zeep/pull/1293
url = "https://github.com/mvantellingen/python-zeep/commit/2907848185adcb4e6d8c093db6c617c64cb8c8bf.patch";
hash = "sha256-hpksgMfrBLvYtI1QIs1aHBtFq7C1PWpnAj8BW5ak1/4=";
})
];
propagatedBuildInputs = [
attrs
cached-property