Unverified Commit 9e75ee84 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python312Packages.linear-garage-door: relax tenacity constraint

parent fb653728
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -23,14 +23,10 @@ buildPythonPackage rec {
    hash = "sha256-ibOCqy7krIVC7N75SwEyUII3Tknb60nwA+zGbjOENv4=";
  };

  postPatch = ''
    sed -i pyproject.toml \
      -e "/--cov/d" \
      -e "/--no-cov/d"
  '';

  build-system = [ poetry-core ];

  pythonRelaxDeps = [ "tenacity" ];

  dependencies = [
    aiohttp
    dnspython