7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "8b180aac31013de13c2ad5c834819771992d350267bddb854613ae77ef571944";
16 propagatedBuildInputs = [
20 doCheck = false; # ImportError: cannot import name 'ThreadLoop' from 'threadloop'
22 pythonImportsCheck = [ "threadloop" ];
25 description = "A library to run tornado coroutines from synchronous Python";
26 homepage = "https://github.com/GoodPete/threadloop";
27 license = licenses.mit;
28 maintainers = with maintainers; [ ];