Commit 01c11fc2 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.forecast-solar: remove backports-zoneinfo

parent 3922c7b4
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@
  pythonOlder,
  aiodns,
  aiohttp,
  backports-zoneinfo,
  pytestCheckHook,
}:

@@ -15,6 +14,8 @@ buildPythonPackage rec {
  version = "3.1.0";
  pyproject = true;

  disabled = pythonOlder "3.11";

  src = fetchFromGitHub {
    owner = "home-assistant-libs";
    repo = "forecast_solar";
@@ -29,7 +30,7 @@ buildPythonPackage rec {
  dependencies = [
    aiodns
    aiohttp
  ] ++ lib.optionals (pythonOlder "3.9") [ backports-zoneinfo ];
  ];

  pythonImportsCheck = [ "forecast_solar" ];