plyplus: enable for python3

This commit is contained in:
Nick Spinale
2019-09-11 16:12:47 +00:00
parent 37e333af9a
commit 982b85b578
@@ -10,7 +10,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ ply ];
disabled = isPy3k;
doCheck = !isPy3k;
meta = {
homepage = https://github.com/erezsh/plyplus;