10 buildPythonPackage rec {
15 inherit pname version;
16 sha256 = "c3470a8a25d9a339f9ca6243502a9b2277f181d772b7acbff551d5bc363b7572";
19 propagatedBuildInputs = [
29 pythonImportsCheck = [ "qt5reactor" ];
32 description = "Twisted Qt Integration";
33 homepage = "https://github.com/twisted/qt5reactor";
34 license = licenses.mit;
35 maintainers = with maintainers; [ dotlambda ];