Merge pull request #68527 from nspin/pr/plyplus-python3
plyplus: enable for python3
This commit is contained in:
commit
4bb69053f1
@ -10,7 +10,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
propagatedBuildInputs = [ ply ];
|
propagatedBuildInputs = [ ply ];
|
||||||
|
|
||||||
disabled = isPy3k;
|
doCheck = !isPy3k;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://github.com/erezsh/plyplus;
|
homepage = https://github.com/erezsh/plyplus;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user