mavproxy: use opencv-python

This commit is contained in:
Robert Schütz 2024-11-02 17:38:42 -07:00
parent 4f81dd4009
commit ea60f68a87

View File

@ -5,7 +5,7 @@
, lxml
, matplotlib
, numpy
, opencv4
, opencv-python
, pymavlink
, pyserial
, setuptools
@ -25,16 +25,11 @@ buildPythonApplication rec {
hash = "sha256-A7tqV1kBCSuWHJUTdUZGcPY/r7X1edGZs6xDctpMbMI=";
};
postPatch = ''
substituteInPlace setup.py \
--replace "opencv-python" ""
'';
propagatedBuildInputs = [
lxml
matplotlib
numpy
opencv4
opencv-python
pymavlink
pyserial
setuptools