plyplus: enable for python3

This commit is contained in:
Nick Spinale 2019-07-02 14:20:24 +00:00
parent 37e333af9a
commit 982b85b578

View File

@ -10,7 +10,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ ply ];
disabled = isPy3k;
doCheck = !isPy3k;
meta = {
homepage = https://github.com/erezsh/plyplus;