pythonPackages.gevent-websocket: disable python3

This commit is contained in:
Frederik Rietdijk 2016-10-17 16:30:24 +02:00
parent 78f46d23fe
commit 57e5b78a2a

View file

@ -11633,6 +11633,9 @@ in {
sha256 = "07rqwfpbv13mk6gg8mf0bmvcf6siyffjpgai1xd8ky7r801j4xb4";
};
# SyntaxError in tests.
disabled = isPy3k;
propagatedBuildInputs = with self; [ gevent ];
};