5 dbus-signature-pyparsing,
12 buildPythonPackage rec {
13 pname = "into-dbus-python";
15 format = "setuptools";
17 src = fetchFromGitHub {
18 owner = "stratis-storage";
21 hash = "sha256-Ld/DyhVaDiWUXgqmvSmEHqFW2dcoRNM0O4X5DXE3UtM=";
24 propagatedBuildInputs = [
25 dbus-signature-pyparsing
35 pythonImportsCheck = [ "into_dbus_python" ];
38 description = "Transformer to dbus-python types";
39 homepage = "https://github.com/stratis-storage/into-dbus-python";
40 license = licenses.asl20;
41 maintainers = with maintainers; [ nickcao ];