Commit a4bd8993 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.meteoswiss-async: relax aiohttp

parent 2b2a8530
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -26,6 +26,8 @@ buildPythonPackage rec {
    hash = "sha256-xFvfyLZvBfnbzShKN+94piNUVjV1cfi4jWpc/Xw6XG4=";
  };

  pythonRelaxDeps = [ "aiohttp" ];

  build-system = [ setuptools ];

  dependencies = [