summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-bsblan/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/python-bsblan/default.nix')
-rw-r--r--pkgs/development/python-modules/python-bsblan/default.nix37
1 files changed, 17 insertions, 20 deletions
diff --git a/pkgs/development/python-modules/python-bsblan/default.nix b/pkgs/development/python-modules/python-bsblan/default.nix
index 01d9704c0399..198d283c521a 100644
--- a/pkgs/development/python-modules/python-bsblan/default.nix
+++ b/pkgs/development/python-modules/python-bsblan/default.nix
@@ -1,17 +1,18 @@
-{ lib
-, aiohttp
-, aresponses
-, backoff
-, buildPythonPackage
-, fetchFromGitHub
-, packaging
-, poetry-core
-, pydantic
-, pytest-asyncio
-, pytest-mock
-, pytestCheckHook
-, pythonOlder
-, yarl
+{
+ lib,
+ aiohttp,
+ aresponses,
+ backoff,
+ buildPythonPackage,
+ fetchFromGitHub,
+ packaging,
+ poetry-core,
+ pydantic,
+ pytest-asyncio,
+ pytest-mock,
+ pytestCheckHook,
+ pythonOlder,
+ yarl,
}:
buildPythonPackage rec {
@@ -36,9 +37,7 @@ buildPythonPackage rec {
sed -i "/ruff/d" pyproject.toml
'';
- nativeBuildInputs = [
- poetry-core
- ];
+ nativeBuildInputs = [ poetry-core ];
propagatedBuildInputs = [
aiohttp
@@ -61,9 +60,7 @@ buildPythonPackage rec {
"test_not_authorized_401_response"
];
- pythonImportsCheck = [
- "bsblan"
- ];
+ pythonImportsCheck = [ "bsblan" ];
meta = with lib; {
description = "Module to control and monitor an BSBLan device programmatically";