python3Packages.zeep: fix build (#44843)
This commit is contained in:
parent
0213e80c6c
commit
d91825e158
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user