Merge pull request #19486 from Mic92/neovim

python3Packages.neovim: include trollius only for py < 3.4
This commit is contained in:
Jörg Thalheim 2016-10-12 20:57:57 +02:00 committed by GitHub
commit 1371499530

View file

@ -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";