suds: disable for python3

This commit is contained in:
Pascal Wittmann 2015-08-06 15:06:21 +02:00
parent dd06e36eb8
commit 9e065f2270

View File

@ -16980,6 +16980,7 @@ let
suds = buildPythonPackage rec {
name = "suds-0.4";
disabled = isPy3k;
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/s/suds/suds-0.4.tar.gz";