summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/apple-weatherkit/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/apple-weatherkit/default.nix')
-rw-r--r--pkgs/development/python-modules/apple-weatherkit/default.nix25
1 files changed, 11 insertions, 14 deletions
diff --git a/pkgs/development/python-modules/apple-weatherkit/default.nix b/pkgs/development/python-modules/apple-weatherkit/default.nix
index ce5bce13d5f7..60cfd6d9e71e 100644
--- a/pkgs/development/python-modules/apple-weatherkit/default.nix
+++ b/pkgs/development/python-modules/apple-weatherkit/default.nix
@@ -1,11 +1,12 @@
-{ lib
-, buildPythonPackage
-, fetchFromGitHub
-, poetry-core
-, aiohttp
-, aiohttp-retry
-, pythonOlder
-, pyjwt
+{
+ lib,
+ buildPythonPackage,
+ fetchFromGitHub,
+ poetry-core,
+ aiohttp,
+ aiohttp-retry,
+ pythonOlder,
+ pyjwt,
}:
buildPythonPackage rec {
@@ -22,9 +23,7 @@ buildPythonPackage rec {
hash = "sha256-w3KinicaF01I6fIidI7XYHpB8eq52RTUw/BMLrx6Grk=";
};
- nativeBuildInputs = [
- poetry-core
- ];
+ nativeBuildInputs = [ poetry-core ];
propagatedBuildInputs = [
aiohttp
@@ -35,9 +34,7 @@ buildPythonPackage rec {
# Module has no tests
doCheck = false;
- pythonImportsCheck = [
- "apple_weatherkit"
- ];
+ pythonImportsCheck = [ "apple_weatherkit" ];
meta = with lib; {
description = "Python library for Apple WeatherKit";