From dba9a3ef6a57b93a99ca046afc8d8c866d6bdbe3 Mon Sep 17 00:00:00 2001 From: Stephan Wendel <43513802+KwadFan@users.noreply.github.com> Date: Fri, 3 Nov 2023 08:24:14 +0100 Subject: [PATCH] feat: add python3-opencv for obico (#248) Signed-off-by: Stephan Wendel --- src/modules/mainsailos/config | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/modules/mainsailos/config b/src/modules/mainsailos/config index 8cb87c0d2..be5aeb8b0 100644 --- a/src/modules/mainsailos/config +++ b/src/modules/mainsailos/config @@ -9,4 +9,8 @@ #### This File is distributed under GPLv3 #### -[ -n "$MAINSAILOS_DEPS" ] || MAINSAILOS_DEPS="python3-serial" +#### NOTE: +#### python3-serial is needed later on for possible CAN adapters +#### python3-opencv is needed for moonraker-obico by obico in version 2.0 + +[ -n "$MAINSAILOS_DEPS" ] || MAINSAILOS_DEPS="python3-serial python3-opencv"