Unverified Commit 14f6f2f2 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

weblate: relax celery and rapidfuzz constraints

parent f581f840
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -152,6 +152,11 @@ python.pkgs.buildPythonApplication rec {
    postgres = with python.pkgs; [ psycopg ];
  };

  pythonRelaxDeps = [
    "celery"
    "rapidfuzz"
  ];

  # We don't just use wrapGAppsNoGuiHook because we need to expose GI_TYPELIB_PATH
  GI_TYPELIB_PATH = lib.makeSearchPathOutput "out" "lib/girepository-1.0" [
    pango