From 2b4d82b0e9fb1730ea8c6e13404b7bdc8f1e2abb Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 26 Oct 2024 12:04:05 +0200 Subject: [PATCH] python312Packages.apple-weatherkit: refactor --- .../development/python-modules/apple-weatherkit/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/apple-weatherkit/default.nix b/pkgs/development/python-modules/apple-weatherkit/default.nix index e8d84185b406..d7d21ad746fc 100644 --- a/pkgs/development/python-modules/apple-weatherkit/default.nix +++ b/pkgs/development/python-modules/apple-weatherkit/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "apple-weatherkit"; version = "1.1.3"; - format = "pyproject"; + pyproject = true; disabled = pythonOlder "3.11"; @@ -23,9 +23,9 @@ buildPythonPackage rec { hash = "sha256-JvN8GmlTxz9VGttIFVG6q//c+BhP2pt1tBOhnJhNwJg="; }; - nativeBuildInputs = [ poetry-core ]; + build-system = [ poetry-core ]; - propagatedBuildInputs = [ + dependencies = [ aiohttp aiohttp-retry pyjwt