9 buildPythonPackage rec {
12 format = "setuptools";
15 inherit pname version;
16 sha256 = "8375a5fb68a12054f0def91af800c821fb2232949337756ed975f88d8ea2bc97";
19 propagatedBuildInputs = [
23 pythonImportsCheck = [ "txdbus" ];
26 description = "Native Python implementation of DBus for Twisted";
27 homepage = "https://github.com/cocagne/txdbus";
28 license = licenses.mit;
29 platforms = platforms.linux;
30 maintainers = with maintainers; [ oxzi ];