python312Packages.dirigera: format with nixfmt

This commit is contained in:
Fabian Affolter
2024-04-05 00:54:58 +02:00
parent aed0d49d9a
commit 9b2579aa21
@@ -1,12 +1,13 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, pydantic
, pytestCheckHook
, pythonOlder
, requests
, setuptools
, websocket-client
{
lib,
buildPythonPackage,
fetchFromGitHub,
pydantic,
pytestCheckHook,
pythonOlder,
requests,
setuptools,
websocket-client,
}:
buildPythonPackage rec {
@@ -23,9 +24,7 @@ buildPythonPackage rec {
hash = "sha256-FsW7ewKAvIONOjEXIOq7/GqOs564PpeMFKjS4crJtJ0=";
};
build-system = [
setuptools
];
build-system = [ setuptools ];
dependencies = [
pydantic
@@ -33,13 +32,9 @@ buildPythonPackage rec {
websocket-client
];
nativeCheckInputs = [
pytestCheckHook
];
nativeCheckInputs = [ pytestCheckHook ];
pythonImportsCheck = [
"dirigera"
];
pythonImportsCheck = [ "dirigera" ];
meta = with lib; {
description = "Module for controlling the IKEA Dirigera Smart Home Hub";