Commit 502eff17 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.zha-quirks: format with nixfmt

parent eeccc816
Loading
Loading
Loading
Loading
+12 −15
Original line number Diff line number Diff line
{ 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";