7 buildPythonPackage rec {
10 disabled = isPyPy; # lots of failures
13 inherit pname version;
15 sha256 = "1s4radwf38kdh3jrn5acbidqlr66sx786fkwi0rgq61hn4n2bdqw";
22 substituteInPlace tests/test_transport_http.py \
23 --replace "test_sending_unicode_data" "noop"
27 description = "Lightweight SOAP client (Jurko's fork)";
28 homepage = "https://bitbucket.org/jurko/suds";
29 license = licenses.lgpl3;
30 broken = true; # Uses use2to3, which has been removed in setuptools>=58