python312Packages.zha-quirks: format with nixfmt

This commit is contained in:
Fabian Affolter 2024-04-10 00:34:51 +02:00
parent eeccc816be
commit 502eff17df
1 changed files with 12 additions and 15 deletions

View File

@ -1,12 +1,13 @@
{ lib
, aiohttp
, buildPythonPackage
, fetchFromGitHub
, pytest-asyncio
, pytestCheckHook
, pythonOlder
, setuptools
, zigpy
{
lib,
aiohttp,
buildPythonPackage,
fetchFromGitHub,
pytest-asyncio,
pytestCheckHook,
pythonOlder,
setuptools,
zigpy,
}:
buildPythonPackage rec {
@ -29,9 +30,7 @@ buildPythonPackage rec {
--replace-fail 'dynamic = ["version"]' 'version = "${version}"'
'';
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
aiohttp
@ -50,9 +49,7 @@ buildPythonPackage rec {
"test_smart_air_sensor"
];
pythonImportsCheck = [
"zhaquirks"
];
pythonImportsCheck = [ "zhaquirks" ];
meta = with lib; {
description = "ZHA Device Handlers are custom quirks implementations for Zigpy";