11 buildPythonPackage rec {
15 disabled = pythonOlder "3.5";
18 inherit pname version;
19 sha256 = "7d59b6622675ca9e993a6bd38de845051d315f8b0c72cca3aef733a20b648657";
22 propagatedBuildInputs = [
37 homepage = "https://gitlab.com/takluyver/jeepney";
38 description = "Pure Python DBus interface";
39 license = licenses.mit;