python3Packages.zeep: fix build (#44843)

This commit is contained in:
Silvan Mosberger 2018-08-10 00:17:57 +02:00 committed by xeji
parent 0213e80c6c
commit d91825e158

View File

@ -20,6 +20,7 @@
, pytestcov , pytestcov
, requests-mock , requests-mock
, tornado , tornado
, attrs
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -32,6 +33,7 @@ buildPythonPackage rec {
}; };
propagatedBuildInputs = [ propagatedBuildInputs = [
attrs
appdirs appdirs
cached-property cached-property
defusedxml defusedxml