weblate: relax celery and rapidfuzz constraints
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user