summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/python-nest/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/python-nest/default.nix')
-rw-r--r--pkgs/development/python-modules/python-nest/default.nix21
1 files changed, 10 insertions, 11 deletions
diff --git a/pkgs/development/python-modules/python-nest/default.nix b/pkgs/development/python-modules/python-nest/default.nix
index 1cbdd2837a72..bcac7a5cad8e 100644
--- a/pkgs/development/python-modules/python-nest/default.nix
+++ b/pkgs/development/python-modules/python-nest/default.nix
@@ -1,11 +1,12 @@
-{ lib
-, buildPythonPackage
-, fetchPypi
-, python-dateutil
-, requests
-, six
-, sseclient-py
-, pythonOlder
+{
+ lib,
+ buildPythonPackage,
+ fetchPypi,
+ python-dateutil,
+ requests,
+ six,
+ sseclient-py,
+ pythonOlder,
}:
buildPythonPackage rec {
@@ -30,9 +31,7 @@ buildPythonPackage rec {
# Module has no tests
doCheck = false;
- pythonImportsCheck = [
- "nest"
- ];
+ pythonImportsCheck = [ "nest" ];
meta = with lib; {
description = "Python API and command line tool for talking to the Nestâ„¢ Thermostat";