python3Packages.dbus-python-client-gen: add pythonImportsCheck

This commit is contained in:
Nick Cao 2022-09-16 22:13:53 +08:00
parent 5d5be01eb2
commit 207e9aa1b3
No known key found for this signature in database

View File

@ -21,10 +21,13 @@ buildPythonPackage rec {
into-dbus-python
dbus-python
];
checkInputs = [
pytestCheckHook
];
pythonImportsCheck = [ "dbus_python_client_gen" ];
meta = with lib; {
description = "A Python library for generating dbus-python client code";
homepage = "https://github.com/stratis-storage/dbus-python-client-gen";