python310Packages.videocr: use Levenshtein

This commit is contained in:
Robert Schütz
2023-01-22 11:17:58 -08:00
committed by Robert Schütz
parent bccabe1d8a
commit 94ea920df9
@@ -25,6 +25,7 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace setup.py \
--replace "python-Levenshtein" "Levenshtein" \
--replace "opencv-python" "opencv"
substituteInPlace videocr/constants.py \
--replace "master" "main"