4 , dbus-signature-pyparsing
11 buildPythonPackage rec {
12 pname = "into-dbus-python";
15 src = fetchFromGitHub {
16 owner = "stratis-storage";
19 hash = "sha256-Ld/DyhVaDiWUXgqmvSmEHqFW2dcoRNM0O4X5DXE3UtM=";
22 propagatedBuildInputs = [
23 dbus-signature-pyparsing
33 pythonImportsCheck = [ "into_dbus_python" ];
36 description = "A transformer to dbus-python types";
37 homepage = "https://github.com/stratis-storage/into-dbus-python";
38 license = licenses.asl20;
39 maintainers = with maintainers; [ nickcao ];