Unverified Commit 07900c10 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

weblate: relax qrcode constraint

parent ffa77e9e
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -44,8 +44,12 @@ python.pkgs.buildPythonApplication rec {
    hash = "sha256-cIwCNYXbg7l6z9OAkMAGJ783QI/nCOyrhLPURDcDv+Y=";
  };

  pythonRelaxDeps = [
    # https://github.com/WeblateOrg/weblate/commit/9695f912b0d24ae999d9442bb49719b4bb552696
    "qrcode"
    # https://github.com/WeblateOrg/weblate/commit/1cf2a423b20fcd2dde18a43277311334e38208e7
  pythonRelaxDeps = [ "rapidfuzz" ];
    "rapidfuzz"
  ];

  patches = [
    # FIXME This shouldn't be necessary and probably has to do with some dependency mismatch.