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