Unverified Commit 8ec577c8 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python312Packages.py-aosmith: relax tenacity constraint, modernize

parent 9e75ee84
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -22,9 +22,11 @@ buildPythonPackage rec {
    hash = "sha256-TjBjyWxBPrZEY/o1DZ+GiFTHTW37WwFN0oyJSyGru28=";
  };

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

  propagatedBuildInputs = [
  pythonRelaxDeps = [ "tenacity" ];

  dependencies = [
    aiohttp
    tenacity
  ];