summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/intellifire4py/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/intellifire4py/default.nix')
-rw-r--r--pkgs/development/python-modules/intellifire4py/default.nix35
1 files changed, 16 insertions, 19 deletions
diff --git a/pkgs/development/python-modules/intellifire4py/default.nix b/pkgs/development/python-modules/intellifire4py/default.nix
index ccfd6afe3125..5984654c7be3 100644
--- a/pkgs/development/python-modules/intellifire4py/default.nix
+++ b/pkgs/development/python-modules/intellifire4py/default.nix
@@ -1,16 +1,17 @@
-{ lib
-, aenum
-, buildPythonPackage
-, fetchFromGitHub
-, aiohttp
-, aioresponses
-, poetry-core
-, pydantic
-, pytest-asyncio
-, pytest-httpx
-, pytestCheckHook
-, pythonOlder
-, rich
+{
+ lib,
+ aenum,
+ buildPythonPackage,
+ fetchFromGitHub,
+ aiohttp,
+ aioresponses,
+ poetry-core,
+ pydantic,
+ pytest-asyncio,
+ pytest-httpx,
+ pytestCheckHook,
+ pythonOlder,
+ rich,
}:
buildPythonPackage rec {
@@ -27,9 +28,7 @@ buildPythonPackage rec {
hash = "sha256-dMhm2gntLV7ev6UIfHFMATytZo5blTlALuh9sBirkqI=";
};
- nativeBuildInputs = [
- poetry-core
- ];
+ nativeBuildInputs = [ poetry-core ];
propagatedBuildInputs = [
aiohttp
@@ -45,9 +44,7 @@ buildPythonPackage rec {
pytestCheckHook
];
- pythonImportsCheck = [
- "intellifire4py"
- ];
+ pythonImportsCheck = [ "intellifire4py" ];
meta = with lib; {
description = "Module to read Intellifire fireplace status data";