From 4280db645fd12e5845c96cbe2d1b0fbbc14fa021 Mon Sep 17 00:00:00 2001 From: Stephan Wendel Date: Wed, 25 Oct 2023 16:37:18 +0200 Subject: [PATCH] feat: add python3-opencv for obico 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"