python310Packages.videocr: use Levenshtein

This commit is contained in:
Robert Schütz 2023-01-19 12:14:52 -08:00 committed by Robert Schütz
parent bccabe1d8a
commit 94ea920df9

View File

@ -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"