python312Packages.yolink-api: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-06 17:21:27 +02:00
parent 783e063807
commit 8bfc15f1ce
1 changed files with 12 additions and 15 deletions

View File

@ -1,12 +1,13 @@
{ lib
, aiohttp
, aiomqtt
, buildPythonPackage
, fetchFromGitHub
, pydantic
, pythonOlder
, setuptools
, tenacity
{
lib,
aiohttp,
aiomqtt,
buildPythonPackage,
fetchFromGitHub,
pydantic,
pythonOlder,
setuptools,
tenacity,
}:
buildPythonPackage rec {
@ -23,9 +24,7 @@ buildPythonPackage rec {
hash = "sha256-De3uMrLAz8LdX2pU5pn+6W6UvB+M9fSv80RSjgleo3M=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
aiohttp
@ -37,9 +36,7 @@ buildPythonPackage rec {
# Module has no tests
doCheck = false;
pythonImportsCheck = [
"yolink"
];
pythonImportsCheck = [ "yolink" ];
meta = with lib; {
description = "Library to interface with Yolink";