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-signature-pyparsing
|
||||||
dbus-python
|
dbus-python
|
||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
hypothesis
|
hypothesis
|
||||||
hs-dbus-signature
|
hs-dbus-signature
|
||||||
];
|
];
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "into_dbus_python" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A transformer to dbus-python types";
|
description = "A transformer to dbus-python types";
|
||||||
homepage = "https://github.com/stratis-storage/into-dbus-python";
|
homepage = "https://github.com/stratis-storage/into-dbus-python";
|
||||||
|
Loading…
Reference in New Issue
Block a user