Loading pkgs/development/python-modules/videocr/default.nix +3 −4 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ setuptools, levenshtein, pytesseract, opencv4, opencv-python, fuzzywuzzy, }: Loading @@ -24,14 +24,13 @@ buildPythonPackage rec { dependencies = [ levenshtein pytesseract opencv4 opencv-python fuzzywuzzy ]; postPatch = '' substituteInPlace setup.py \ --replace-fail "python-Levenshtein" "Levenshtein" \ --replace-fail "opencv-python" "opencv" --replace-fail "python-Levenshtein" "Levenshtein" substituteInPlace videocr/constants.py \ --replace-fail "master" "main" substituteInPlace videocr/video.py \ Loading Loading
pkgs/development/python-modules/videocr/default.nix +3 −4 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ setuptools, levenshtein, pytesseract, opencv4, opencv-python, fuzzywuzzy, }: Loading @@ -24,14 +24,13 @@ buildPythonPackage rec { dependencies = [ levenshtein pytesseract opencv4 opencv-python fuzzywuzzy ]; postPatch = '' substituteInPlace setup.py \ --replace-fail "python-Levenshtein" "Levenshtein" \ --replace-fail "opencv-python" "opencv" --replace-fail "python-Levenshtein" "Levenshtein" substituteInPlace videocr/constants.py \ --replace-fail "master" "main" substituteInPlace videocr/video.py \ Loading