python3Packages.into-dbus-python: add pythonImportsCheck
This commit is contained in:
parent
7e213e5510
commit
5d5be01eb2
@ -23,12 +23,15 @@ buildPythonPackage rec {
|
||||
dbus-signature-pyparsing
|
||||
dbus-python
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
pytestCheckHook
|
||||
hypothesis
|
||||
hs-dbus-signature
|
||||
];
|
||||
|
||||
pythonImportsCheck = [ "into_dbus_python" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A transformer to dbus-python types";
|
||||
homepage = "https://github.com/stratis-storage/into-dbus-python";
|
||||
|
Loading…
Reference in New Issue
Block a user