python310Packages.syncedlyrics: relax rapidfuzz version contraint

This commit is contained in:
Robert Schütz 2023-04-20 16:32:39 -07:00
parent bf1ecad5b6
commit 82f1d64ed1

View File

@ -5,6 +5,7 @@
, poetry-core
, pytestCheckHook
, pythonOlder
, pythonRelaxDepsHook
, rapidfuzz
, requests
}:
@ -25,6 +26,11 @@ buildPythonPackage rec {
nativeBuildInputs = [
poetry-core
pythonRelaxDepsHook
];
pythonRelaxDeps = [
"rapidfuzz"
];
propagatedBuildInputs = [