python310Packages.cleo: relax rapidfuzz version contraint

This commit is contained in:
Robert Schütz
2023-04-20 16:31:33 -07:00
parent 6fc1a1c91a
commit bf1ecad5b6
@@ -5,6 +5,7 @@
, poetry-core
, pytest-mock
, pytestCheckHook
, pythonRelaxDepsHook
, rapidfuzz
}:
@@ -22,6 +23,11 @@ buildPythonPackage rec {
nativeBuildInputs = [
poetry-core
pythonRelaxDepsHook
];
pythonRelaxDeps = [
"rapidfuzz"
];
propagatedBuildInputs = [