3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.suds-jurko: mark broken

This commit is contained in:
Jonathan Ringer 2022-03-09 08:56:46 -08:00 committed by Martin Weinelt
parent db8716173e
commit 637bb39f4f

View file

@ -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
};
}