python3Packages.into-dbus-python: add pythonImportsCheck

This commit is contained in:
Nick Cao 2022-09-16 22:12:45 +08:00
parent 7e213e5510
commit 5d5be01eb2
No known key found for this signature in database

View File

@ -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";