python310Packages.bpycv: use opencv-python

This commit is contained in:
Robert Schütz 2024-11-02 17:23:24 -07:00
parent fae4b49b03
commit a6640c450c

View File

@ -8,7 +8,7 @@
fetchFromGitHub,
fetchPypi,
minexr,
opencv4,
opencv-python,
requests,
runCommand,
zcs,
@ -29,14 +29,10 @@ buildPythonPackage rec {
minexr
zcs
requests
opencv4
opencv-python
boxx
];
postPatch = ''
sed -i 's/opencv-python//g' requirements.txt
'';
# pythonImportsCheck = [ "bpycv" ]; # this import depends on bpy that is only available inside blender
doCheck = false;