python312Packages.rapidocr-onnxruntime: use opencv-python

+2 -5
+2 -5
pkgs/development/python-modules/rapidocr-onnxruntime/default.nix
··· 10 10 11 11 setuptools, 12 12 pyclipper, 13 - opencv4, 13 + opencv-python, 14 14 numpy, 15 15 six, 16 16 shapely, ··· 90 90 91 91 dependencies = [ 92 92 pyclipper 93 - opencv4 93 + opencv-python 94 94 numpy 95 95 six 96 96 shapely ··· 98 98 pillow 99 99 onnxruntime 100 100 ]; 101 - 102 - # Remove because we have adopted the `opencv4` as an attribute name. 103 - pythonRemoveDeps = [ "opencv-python" ]; 104 101 105 102 pythonImportsCheck = [ "rapidocr_onnxruntime" ]; 106 103