diff options
Diffstat (limited to 'pkgs/development/python-modules/pydaikin/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/pydaikin/default.nix | 25 |
1 files changed, 12 insertions, 13 deletions
diff --git a/pkgs/development/python-modules/pydaikin/default.nix b/pkgs/development/python-modules/pydaikin/default.nix index d669efbffbeb..c551f3db5588 100644 --- a/pkgs/development/python-modules/pydaikin/default.nix +++ b/pkgs/development/python-modules/pydaikin/default.nix @@ -1,13 +1,14 @@ -{ lib -, aiohttp -, buildPythonPackage -, fetchFromBitbucket -, freezegun -, netifaces -, pytest-aiohttp -, pytestCheckHook -, pythonOlder -, urllib3 +{ + lib, + aiohttp, + buildPythonPackage, + fetchFromBitbucket, + freezegun, + netifaces, + pytest-aiohttp, + pytestCheckHook, + pythonOlder, + urllib3, }: buildPythonPackage rec { @@ -38,9 +39,7 @@ buildPythonPackage rec { pytestCheckHook ]; - pythonImportsCheck = [ - "pydaikin" - ]; + pythonImportsCheck = [ "pydaikin" ]; meta = with lib; { description = "Python Daikin HVAC appliances interface"; |
