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
commit 4bb69053f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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