Merge pull request #68527 from nspin/pr/plyplus-python3

plyplus: enable for python3
This commit is contained in:
Maximilian Bosch
2019-09-12 09:21:59 +02:00
committed by GitHub

View File

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