python310Packages.cleo: relax rapidfuzz version contraint
This commit is contained in:
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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user