weblate: relax celery and rapidfuzz constraints (#399034)

This commit is contained in:
Martin Weinelt
2025-04-16 03:43:53 +02:00
committed by GitHub
+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