summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-smarttub/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/python-smarttub/default.nix')
-rw-r--r--pkgs/development/python-modules/python-smarttub/default.nix27
1 files changed, 13 insertions, 14 deletions
diff --git a/pkgs/development/python-modules/python-smarttub/default.nix b/pkgs/development/python-modules/python-smarttub/default.nix
index afe1451042b6..a16246c4331a 100644
--- a/pkgs/development/python-modules/python-smarttub/default.nix
+++ b/pkgs/development/python-modules/python-smarttub/default.nix
@@ -1,14 +1,15 @@
-{ lib
-, aiohttp
-, aresponses
-, buildPythonPackage
-, fetchFromGitHub
-, inflection
-, pyjwt
-, pytest-asyncio
-, pytestCheckHook
-, python-dateutil
-, pythonOlder
+{
+ lib,
+ aiohttp,
+ aresponses,
+ buildPythonPackage,
+ fetchFromGitHub,
+ inflection,
+ pyjwt,
+ pytest-asyncio,
+ pytestCheckHook,
+ python-dateutil,
+ pythonOlder,
}:
buildPythonPackage rec {
@@ -43,9 +44,7 @@ buildPythonPackage rec {
--replace "pyjwt~=2.1.0" "pyjwt>=2.1.0"
'';
- pythonImportsCheck = [
- "smarttub"
- ];
+ pythonImportsCheck = [ "smarttub" ];
meta = with lib; {
description = "Python API for SmartTub enabled hot tubs";