pythonPackages.zeep: fix pytest5 tests
This commit is contained in:
parent
cca5cb5a02
commit
30f3e4a3a6
@ -1,5 +1,6 @@
|
|||||||
{ fetchPypi
|
{ fetchPypi
|
||||||
, lib
|
, lib
|
||||||
|
, fetchpatch
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, isPy3k
|
, isPy3k
|
||||||
, appdirs
|
, appdirs
|
||||||
@ -33,6 +34,13 @@ buildPythonPackage rec {
|
|||||||
sha256 = "0e98669cfeb60756231ae185498f9ae21b30b2681786b8de58ed34c3b93e41dd";
|
sha256 = "0e98669cfeb60756231ae185498f9ae21b30b2681786b8de58ed34c3b93e41dd";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
( fetchpatch {
|
||||||
|
url = "https://github.com/mvantellingen/python-zeep/pull/1006/commits/ba7edd6bf2b31023b31e8f17c161e1d6d5af3d29.patch";
|
||||||
|
sha256 = "1j0jd5hmh457im9sbawaqf6pnfy36fhr9wqdim8wk5da9ixr0ajs";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
appdirs
|
appdirs
|
||||||
attrs
|
attrs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user