Skip to content

Commit

Permalink
python312Packages.apple-weatherkit: refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Oct 26, 2024
1 parent a491dfd commit 2b4d82b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/apple-weatherkit/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "apple-weatherkit";
version = "1.1.3";
format = "pyproject";
pyproject = true;

disabled = pythonOlder "3.11";

Expand All @@ -23,9 +23,9 @@ buildPythonPackage rec {
hash = "sha256-JvN8GmlTxz9VGttIFVG6q//c+BhP2pt1tBOhnJhNwJg=";
};

nativeBuildInputs = [ poetry-core ];
build-system = [ poetry-core ];

propagatedBuildInputs = [
dependencies = [
aiohttp
aiohttp-retry
pyjwt
Expand Down

0 comments on commit 2b4d82b

Please sign in to comment.