python312Packages.albucore: use opencv-python

+3 -3
+3 -3
pkgs/development/python-modules/albucore/default.nix
··· 6 setuptools, 7 pytestCheckHook, 8 numpy, 9 - opencv4, 10 stringzilla, 11 }: 12 ··· 24 hash = "sha256-GwT7Py7pKbpHxx4avj37/hRjSJXdH5uBU11nCITysVw="; 25 }; 26 27 - pythonRemoveDeps = [ "opencv-python" ]; 28 29 build-system = [ setuptools ]; 30 31 dependencies = [ 32 numpy 33 - opencv4 34 stringzilla 35 ]; 36
··· 6 setuptools, 7 pytestCheckHook, 8 numpy, 9 + opencv-python, 10 stringzilla, 11 }: 12 ··· 24 hash = "sha256-GwT7Py7pKbpHxx4avj37/hRjSJXdH5uBU11nCITysVw="; 25 }; 26 27 + pythonRelaxDeps = [ "opencv-python" ]; 28 29 build-system = [ setuptools ]; 30 31 dependencies = [ 32 numpy 33 + opencv-python 34 stringzilla 35 ]; 36