python3Packages.levenshtein: relax rapidfuzz constraint
This commit is contained in:
parent
d10c1d4e39
commit
7741ec4930
@ -20,6 +20,11 @@ buildPythonPackage rec {
|
||||
sha256 = "agshUVkkqogj4FbonFd/rrGisMOomS62NND66YKZvjg=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.cfg \
|
||||
--replace "rapidfuzz >= 1.8.2, < 1.9" "rapidfuzz"
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
rapidfuzz
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user