python3Packages.dbus-python-client-gen: add pythonImportsCheck
This commit is contained in:
parent
5d5be01eb2
commit
207e9aa1b3
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user