Merge pull request #217213 from fabaff/aioruuvigateway-changelog
python310Packages.aioruuvigateway: add pythonImportsCheck
This commit is contained in:
commit
cde2d76f8c
1 changed files with 4 additions and 2 deletions
|
@ -36,6 +36,10 @@ buildPythonPackage rec {
|
|||
pytestCheckHook
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"aioruuvigateway"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "An asyncio-native library for requesting data from a Ruuvi Gateway";
|
||||
homepage = "https://github.com/akx/aioruuvigateway";
|
||||
|
@ -43,5 +47,3 @@ buildPythonPackage rec {
|
|||
maintainers = with maintainers; [ hexa ];
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue