forked from mirrors/nixpkgs
plyplus: enable for python3
This commit is contained in:
parent
37e333af9a
commit
982b85b578
|
@ -10,7 +10,7 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [ ply ];
|
||||
|
||||
disabled = isPy3k;
|
||||
doCheck = !isPy3k;
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/erezsh/plyplus;
|
||||
|
|
Loading…
Reference in a new issue