1 { lib, buildPythonPackage, fetchPypi, six, twisted }:
3 buildPythonPackage rec {
10 sha256 = "8375a5fb68a12054f0def91af800c821fb2232949337756ed975f88d8ea2bc97";
13 propagatedBuildInputs = [ six twisted ];
14 pythonImportsCheck = [ "txdbus" ];
17 description = "Native Python implementation of DBus for Twisted";
18 homepage = "https://github.com/cocagne/txdbus";
19 license = licenses.mit;
20 platforms = platforms.linux;
21 maintainers = with maintainers; [ oxzi ];