python310Packages.bpycv: use opencv-python
This commit is contained in:
parent
fae4b49b03
commit
a6640c450c
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user