python3Packages.neovim: include trollius only for py < 3.4
trollius breaks python3 because it includes the enum module
This commit is contained in:
parent
bfc1ec2807
commit
da32d7ea85
|
@ -28828,7 +28828,7 @@ in modules // {
|
|||
|
||||
propagatedBuildInputs = with self; [ msgpack ]
|
||||
++ optional (!isPyPy) greenlet
|
||||
++ optional (!isPy34) trollius;
|
||||
++ optional (pythonOlder "3.4") trollius;
|
||||
|
||||
meta = {
|
||||
description = "Python client for Neovim";
|
||||
|
|
Loading…
Reference in New Issue