From 82f1d64ed196117af4d7bbb9da31000381efcd2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Thu, 20 Apr 2023 16:32:39 -0700 Subject: [PATCH] python310Packages.syncedlyrics: relax rapidfuzz version contraint --- pkgs/development/python-modules/syncedlyrics/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/development/python-modules/syncedlyrics/default.nix b/pkgs/development/python-modules/syncedlyrics/default.nix index 661fd29a288c..f69ce5fe83e6 100644 --- a/pkgs/development/python-modules/syncedlyrics/default.nix +++ b/pkgs/development/python-modules/syncedlyrics/default.nix @@ -5,6 +5,7 @@ , poetry-core , pytestCheckHook , pythonOlder +, pythonRelaxDepsHook , rapidfuzz , requests }: @@ -25,6 +26,11 @@ buildPythonPackage rec { nativeBuildInputs = [ poetry-core + pythonRelaxDepsHook + ]; + + pythonRelaxDeps = [ + "rapidfuzz" ]; propagatedBuildInputs = [