Commit 2b4d82b0 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.apple-weatherkit: refactor

parent a491dfd1
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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