python312Packages.aiomysensors: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-05-02 09:14:13 +02:00
parent f04c85f1c0
commit a204e78315

View File

@ -1,16 +1,17 @@
{ lib
, aiofiles
, asyncio-mqtt
, awesomeversion
, buildPythonPackage
, click
, fetchFromGitHub
, marshmallow
, poetry-core
, pyserial-asyncio
, pytest-asyncio
, pytestCheckHook
, pythonOlder
{
lib,
aiofiles,
asyncio-mqtt,
awesomeversion,
buildPythonPackage,
click,
fetchFromGitHub,
marshmallow,
poetry-core,
pyserial-asyncio,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
}:
buildPythonPackage rec {
@ -32,9 +33,7 @@ buildPythonPackage rec {
--replace-fail " --cov=src --cov-report=term-missing:skip-covered" ""
'';
build-system = [
poetry-core
];
build-system = [ poetry-core ];
dependencies = [
aiofiles
@ -50,9 +49,7 @@ buildPythonPackage rec {
pytestCheckHook
];
pythonImportsCheck = [
"aiomysensors"
];
pythonImportsCheck = [ "aiomysensors" ];
meta = with lib; {
description = "Library to connect to MySensors gateways";