8 buildPythonPackage rec {
11 format = "setuptools";
14 inherit pname version;
15 sha256 = "8b180aac31013de13c2ad5c834819771992d350267bddb854613ae77ef571944";
18 propagatedBuildInputs = [ tornado ];
20 doCheck = false; # ImportError: cannot import name 'ThreadLoop' from 'threadloop'
22 pythonImportsCheck = [ "threadloop" ];
25 description = "Library to run tornado coroutines from synchronous Python";
26 homepage = "https://github.com/GoodPete/threadloop";
27 license = licenses.mit;