python312Packages.apple-weatherkit: refactor

This commit is contained in:
Fabian Affolter 2024-10-26 12:04:05 +02:00
parent a491dfd102
commit 2b4d82b0e9

View File

@ -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