forked from mirrors/nixpkgs
python3Packages.suds-jurko: mark broken
This commit is contained in:
parent
db8716173e
commit
637bb39f4f
|
@ -27,6 +27,7 @@ buildPythonPackage rec {
|
|||
description = "Lightweight SOAP client (Jurko's fork)";
|
||||
homepage = "https://bitbucket.org/jurko/suds";
|
||||
license = licenses.lgpl3;
|
||||
broken = true; # Uses use2to3, which has been removed in setuptools>=58
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue