about summary refs log tree commit diff
path: root/pkgs/development/python-modules/pyskyqremote/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/pyskyqremote/default.nix')
-rw-r--r--pkgs/development/python-modules/pyskyqremote/default.nix19
1 files changed, 9 insertions, 10 deletions
diff --git a/pkgs/development/python-modules/pyskyqremote/default.nix b/pkgs/development/python-modules/pyskyqremote/default.nix
index 27be3381ae4fa..64be0f25f39b7 100644
--- a/pkgs/development/python-modules/pyskyqremote/default.nix
+++ b/pkgs/development/python-modules/pyskyqremote/default.nix
@@ -1,10 +1,11 @@
-{ lib
-, buildPythonPackage
-, fetchFromGitHub
-, pythonOlder
-, requests
-, websocket-client
-, xmltodict
+{
+  lib,
+  buildPythonPackage,
+  fetchFromGitHub,
+  pythonOlder,
+  requests,
+  websocket-client,
+  xmltodict,
 }:
 
 buildPythonPackage rec {
@@ -30,9 +31,7 @@ buildPythonPackage rec {
   # Project has no tests, only a test script which looks like anusage example
   doCheck = false;
 
-  pythonImportsCheck = [
-    "pyskyqremote"
-  ];
+  pythonImportsCheck = [ "pyskyqremote" ];
 
   meta = with lib; {
     description = "Python module for accessing SkyQ boxes";