mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
python3Packages.zeep: fix build (#44843)
This commit is contained in:
parent
0213e80c6c
commit
d91825e158
@ -20,6 +20,7 @@
|
||||
, pytestcov
|
||||
, requests-mock
|
||||
, tornado
|
||||
, attrs
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -32,6 +33,7 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
attrs
|
||||
appdirs
|
||||
cached-property
|
||||
defusedxml
|
||||
|
Loading…
Reference in New Issue
Block a user