weblate: relax celery and rapidfuzz constraints

This commit is contained in:
Martin Weinelt
2025-04-16 03:36:06 +02:00
parent f581f84022
commit 14f6f2f2c0
+5
View File
@@ -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